mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
workdir config
This commit is contained in:
3
.github/workflows/latex.yml
vendored
3
.github/workflows/latex.yml
vendored
@@ -14,10 +14,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk
|
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk
|
||||||
make pdf
|
make pdf
|
||||||
working-directory: paper
|
|
||||||
- name: Upload PDF
|
- name: Upload PDF
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: thesis-pdf
|
name: thesis-pdf
|
||||||
path: build/main.pdf
|
path: build/main.pdf
|
||||||
working-directory: paper
|
working-directory: paper
|
||||||
|
|||||||
Reference in New Issue
Block a user