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:
|
||||
build_latex:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/xu-cheng/texlive-full::latest
|
||||
steps:
|
||||
- name: Set up Git repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Compile LaTeX document
|
||||
uses: xu-cheng/latex-action@v3
|
||||
with:
|
||||
root_file: src/main.tex
|
||||
- name: Compile site assets
|
||||
run: cd src && latexmk
|
||||
- name: Upload PDF file
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user