This commit is contained in:
parent
1490aa8873
commit
f341f8f951
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -3,13 +3,13 @@ on: [push]
|
|||||||
jobs:
|
jobs:
|
||||||
build_latex:
|
build_latex:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container:
|
||||||
|
image: ghcr.io/xu-cheng/texlive-full::latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Compile LaTeX document
|
- name: Compile site assets
|
||||||
uses: xu-cheng/latex-action@v3
|
run: cd src && latexmk
|
||||||
with:
|
|
||||||
root_file: src/main.tex
|
|
||||||
- name: Upload PDF file
|
- name: Upload PDF file
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user