mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
this was worse than expected
This commit is contained in:
9
.github/workflows/latex.yml
vendored
9
.github/workflows/latex.yml
vendored
@@ -6,19 +6,16 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
defaults:
|
||||
run:
|
||||
working-directory: paper
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: xu-cheng/texlive-action@v2
|
||||
with:
|
||||
scheme: small
|
||||
run: |
|
||||
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk
|
||||
cd paper && make pdf
|
||||
tlmgr install biber biblatex csquotes geometry microtype hyperref cleveref siunitx booktabs graphics caption latexmk subcaption
|
||||
make pdf
|
||||
- name: Upload PDF
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: thesis-pdf
|
||||
path: build/main.pdf
|
||||
path: paper/build/main.pdf
|
||||
|
||||
Reference in New Issue
Block a user