diff --git a/.github/workflows/build-latex.yml b/.github/workflows/build-latex.yml index 06df1a2..8438fde 100644 --- a/.github/workflows/build-latex.yml +++ b/.github/workflows/build-latex.yml @@ -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 diff --git a/Makefile b/Makefile index 3d0c48c..b5447bb 100644 --- a/Makefile +++ b/Makefile @@ -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 \ No newline at end of file