mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 16:43:36 +00:00
jl
This commit is contained in:
8
.github/workflows/latex.yml
vendored
8
.github/workflows/latex.yml
vendored
@@ -6,6 +6,9 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
defaults:
|
||||||
|
run:
|
||||||
|
working-directory: paper
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: xu-cheng/texlive-action@v2
|
- uses: xu-cheng/texlive-action@v2
|
||||||
@@ -13,10 +16,9 @@ jobs:
|
|||||||
scheme: small
|
scheme: small
|
||||||
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
|
cd paper && 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: paper/build/main.pdf
|
path: build/main.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user