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

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