Skip to content

Commit

Permalink
fix to actions to generate references and toc
Browse files Browse the repository at this point in the history
  • Loading branch information
jemmybutton committed May 18, 2024
1 parent c05aa2e commit 2eca2a1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,10 @@ jobs:
working-directory: lettrines

- name: Build English pdf
run: lualatex -interaction=nonstopmode byrne-en-latex.tex
run: lualatex -interaction=nonstopmode byrne-en-latex.tex
run: lualatex -interaction=nonstopmode byrne-en-latex.tex && lualatex -interaction=nonstopmode byrne-en-latex.tex

- name: Build Russian pdf
run: lualatex -interaction=nonstopmode byrne-ru-latex.tex
run: lualatex -interaction=nonstopmode byrne-ru-latex.tex
run: lualatex -interaction=nonstopmode byrne-ru-latex.tex && lualatex -interaction=nonstopmode byrne-ru-latex.tex

- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 2eca2a1

Please sign in to comment.