Skip to content

Commit

Permalink
Fix path to mountpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Amet13 committed May 25, 2022
1 parent bed43e8 commit 290b768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: addnab/docker-run-action@v3
with:
image: master-thesis/docker-latex:latest
options: -v ${PWD}:/master-thesis:Z
options: -v ${{ github.workspace }}:/master-thesis:Z
run: |
latexmk -xelatex -synctex=1 -jobname=master-thesis main.tex
cd presentation/ && latexmk -xelatex -synctex=1 -jobname=presentation main.tex
Expand Down

0 comments on commit 290b768

Please sign in to comment.