Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
46d214a642 | |||
8d56a258bd |
@ -13,11 +13,10 @@ jobs:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Build LaTeX
|
||||
uses: docker://nareshkumarrao/texliveonfly:latest
|
||||
- uses: https://github.com/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
|
||||
|
Reference in New Issue
Block a user