Skip to content

Commit

Permalink
fixes permission-bug in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Bökelmann committed Nov 29, 2023
1 parent b14a116 commit a42fdfe
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/make_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,9 @@ jobs:
- name: Compile LaTeX document
run: |
xelatex -output-directory=latex.out OmniView.tex
cd latex.out
xelatex OmniView.tex
makeglossaries OmniView
cd ..
xelatex -output-directory=latex.out OmniView.tex
mv latex.out/OmniView.pdf ./
xelatex OmniView.tex
- name: Upload PDF as Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit a42fdfe

Please sign in to comment.