Skip to content

Commit

Permalink
Possibly fix or destroy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
smoia committed Jul 6, 2023
1 parent 2e67465 commit c44b7d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
root_file: main.tex
compiler: pdflatex
args: -interaction=nonstopmode -output-directory=./out main.tex -shell-escape
args: -interaction=nonstopmode -output-directory=./out -shell-escape
- name: Upload pdf to workflow final
if: ${{ always() }}
uses: actions/[email protected]
Expand Down

0 comments on commit c44b7d4

Please sign in to comment.