Skip to content

Commit 0f520cf

Browse files
committed
build action
1 parent 951ad3b commit 0f520cf

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build PDF with latexmk
4242
working-directory: ${{ env.PAPER_DIR }}
4343
run: |
44-
latexmk -pdf -bibtex -interaction=nonstopmode -halt-on-error $MAIN_TEX
44+
latexmk -pdf -bibtex -interaction=nonstopmode -halt-on-error -outdir=build $MAIN_TEX
4545
4646
- name: Upload built PDF
4747
uses: actions/upload-artifact@v5
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)