wip
Some checks failed
Build and Release / build (push) Has been cancelled

This commit is contained in:
Nareshkumar Rao 2025-03-23 03:55:27 +01:00
parent b68687f0bd
commit 8d56a258bd

View File

@ -12,13 +12,12 @@ jobs:
steps: steps:
- name: Checkout code - name: Checkout code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Build LaTeX - uses: wtfjoke/setup-tectonic@v3
uses: docker://nareshkumarrao/texliveonfly:latest
with: with:
entrypoint: /bin/sh biber-version: 'latest'
args: -c "tlmgr update --self --all && texliveonfly Main.tex && biber main && texliveonfly Main.tex && biber main && texliveonfly Main.tex" - run: tectonic Main.tex
# - name: Create Release # - name: Create Release
# uses: softprops/action-gh-release@v1 # uses: softprops/action-gh-release@v1
# if: startsWith(github.ref, 'refs/tags/') # if: startsWith(github.ref, 'refs/tags/')