Skip to content

Commit

Permalink
fixing directory in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spamegg1 committed Nov 25, 2024
1 parent cc2450b commit 4c1b5be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
- name: Compile LaTeX document
uses: xu-cheng/latex-action@v3
with:
working_directory: src
root_file: Epp.tex
latexmk_shell_escape: true
- name: Release
Expand All @@ -21,6 +22,6 @@ jobs:
make_latest: true
generate_release_notes: true
preserve_order: true
files: Epp.pdf
files: src/Epp.pdf
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4c1b5be

Please sign in to comment.