Skip to content

Commit

Permalink
Merge pull request #14 from maxkratz/hotfix/fix-references
Browse files Browse the repository at this point in the history
Hotfix: Fix references in PDF file
  • Loading branch information
maxkratz authored Sep 1, 2022
2 parents 7f843fc + 03047ae commit 90170b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
echo "Starting LuaLaTeX compiling"
cd tutorial-doc
docker run --rm -v $PWD:/data maxkratz/texlive:latest lualatex emoflon-tutorial.tex
docker run --rm -v $PWD:/data maxkratz/texlive:latest latexmk -pdflua -interaction=nonstopmode
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 90170b6

Please sign in to comment.