Skip to content

Commit

Permalink
updated build process
Browse files Browse the repository at this point in the history
  • Loading branch information
cpmpercussion committed Nov 21, 2024
1 parent f06383a commit 39acd60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-latex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
uses: xu-cheng/latex-action@v3
with:
root_file: |
papers/latex/nime-template.tex
music/latex/music-proceedings-template.tex
nime-paper-template.tex
nime-music-workshop-template.tex
work_in_root_file_dir: true
- name: Upload paper file
uses: actions/upload-artifact@v4
with:
name: nime-paper
path: papers/latex/nime-template.pdf
path: nime-paper-template.pdf
- name: Upload music file
uses: actions/upload-artifact@v4
with:
name: nime-music
path: music/latex/music-proceedings-template.pdf
path: nime-music-workshop-template.pdf
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ $(MUSIC_PDF): nime-music-workshop-template.tex
clean:
rm -f $(NIME_PDF) $(MUSIC_PDF)
rm -f *.aux *.log *.out \
*.bbl *.blg
*.bbl *.blg *.fls *.fdb_latexmk \
*.synctex.gz

.PHONY: all clean

0 comments on commit 39acd60

Please sign in to comment.