This commit is contained in:
parent
b68687f0bd
commit
8d56a258bd
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user