wip
This commit is contained in:
parent
432defcf5e
commit
59d7e220ff
@ -12,10 +12,10 @@ jobs:
|
|||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
options: --user root
|
options: --user root
|
||||||
steps:
|
steps:
|
||||||
- run: apk add --no-cache tectonic nodejs biber
|
- run: apk add --no-cache nodejs nix
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- run: tectonic Main.tex
|
- run: nix-shell -p biber tectonic --run "tectonic Main.tex"
|
||||||
|
|
||||||
# - name: Create Release
|
# - name: Create Release
|
||||||
# uses: softprops/action-gh-release@v1
|
# uses: softprops/action-gh-release@v1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user