Skip to content

Commit

Permalink
Update github action for recompilation
Browse files Browse the repository at this point in the history
Signed-off-by: Marcello Seri <[email protected]>
  • Loading branch information
mseri committed Sep 5, 2024
1 parent 3d3da25 commit 15e7dcf
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/generate_pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,11 +87,14 @@ jobs:
# run: |
# tectonic hm.tex
# mv hm.pdf assets/hm-od.pd

- name: recompile
run: |
./compile.sh
mv hm.pdf assets/hm-od.pdf

- name: compile.sh again
uses: dante-ev/latex-action@latest
with:
entrypoint: ./compile.sh

- name: rename od
run: mv hm.pdf assets/hm-od.pdf

- name: Upload release assets
if: ${{ success() && startsWith(github.ref, 'refs/tags/') }}
Expand Down

0 comments on commit 15e7dcf

Please sign in to comment.