Skip to content

Commit

Permalink
ci: 💚 Fix build when using include (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
hampoelz authored Sep 19, 2023
1 parent bcd7fed commit dea9f35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
run: git config --global --add safe.directory $GITHUB_WORKSPACE
- name: Build document
run: |
find src -type d -links 2 -exec mkdir -p "out/{}" \;
latexmk -g -f --interaction=nonstopmode
cp out/main.pdf out/${{ github.event.repository.name }}.pdf
env:
Expand Down

0 comments on commit dea9f35

Please sign in to comment.