This commit is contained in:
parent
9632feb1dc
commit
5d4d97c81f
@ -9,21 +9,17 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build-pdf:
|
build-pdf:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: texlive/texlive:latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Install TeX Live
|
|
||||||
run: |
|
|
||||||
sudo apt-get update
|
|
||||||
sudo apt-get install -y texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-bibtex-extra biber
|
|
||||||
|
|
||||||
- name: Build PDF
|
- name: Build PDF
|
||||||
run: make pdf
|
run: make pdf
|
||||||
|
|
||||||
- name: Upload PDF artifact
|
- name: Upload PDF artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: curriculum-vitae
|
name: curriculum-vitae
|
||||||
path: main.pdf
|
path: main.pdf
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user