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