Skip to content

Commit

Permalink
Fix Make file for example
Browse files Browse the repository at this point in the history
  • Loading branch information
niknetniko committed Oct 5, 2023
1 parent 9c85bf2 commit 2d8cff2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: teatimeguest/setup-texlive-action@v2
with:
package-file: texlive/texlive_packages
- run: make example.pdf
- run: make latex/example.pdf
- uses: actions/upload-artifact@v3
with:
name: example.pdf
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ latex/ugent2016-title-%.pdf: latex/ugent2016-title-%.tex
latexmk -cd -lualatex -interaction=nonstopmode -use-make $<

# Create the example file
example.pdf: example.tex
latex/example.pdf: latex/example.tex
latexmk -cd -lualatex -interaction=nontopmode -use-make $<

# Create all assets
Expand Down
File renamed without changes.

0 comments on commit 2d8cff2

Please sign in to comment.