Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jdupak committed Feb 14, 2025
1 parent be7ab61 commit 60c73b7
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/compile_latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ jobs:
typst compile --root .. --font-path ../template/fonts main.typ ../$lab.pdf
popd
done
- name: Compile latex presentations
uses: xu-cheng/latex-action@v2
with:
root_file: |
09.tex
10.tex
11.tex
12.tex
13.tex
latexmk_shell_escape: true
- name: Upload generated pdfs to a release
env:
GH_TOKEN: ${{ github.token }}
run: |
gh release delete v0.0.1
gh release create v0.0.1 ./*.pdf
# - name: Compile latex presentations
# uses: xu-cheng/latex-action@v2
# with:
# root_file: |
# 09.tex
# 10.tex
# 11.tex
# 12.tex
# 13.tex
# latexmk_shell_escape: true
# - name: Upload generated pdfs to a release
# env:
# GH_TOKEN: ${{ github.token }}
# run: |
# gh release delete v0.0.1
# gh release create v0.0.1 ./*.pdf

0 comments on commit 60c73b7

Please sign in to comment.