mirror of
https://github.com/moderncv/moderncv.git
synced 2026-02-06 10:05:19 +01:00
fixup
This commit is contained in:
parent
d5e9b1d936
commit
955e7db3cb
1 changed files with 9 additions and 6 deletions
15
.github/workflows/build-pdf.yml
vendored
15
.github/workflows/build-pdf.yml
vendored
|
|
@ -1,9 +1,9 @@
|
||||||
name: Build pdf
|
name: Build template
|
||||||
on: push
|
on: push
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-pdf:
|
build-template:
|
||||||
name: Build pdf
|
name: Build template
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install TeX Live
|
- name: Install TeX Live
|
||||||
|
|
@ -14,10 +14,13 @@ jobs:
|
||||||
run: latexmk -pdflua ./template.tex
|
run: latexmk -pdflua ./template.tex
|
||||||
- name: Scan log
|
- name: Scan log
|
||||||
run: texloganalyser -w ./template.log
|
run: texloganalyser -w ./template.log
|
||||||
- name: Upload artifacts
|
- name: Upload pdf
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: template-pdf
|
name: template.pdf
|
||||||
path: ./template.pdf
|
path: ./template.pdf
|
||||||
name: template-log
|
- name: Upload log
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: template.log
|
||||||
path: ./template.log
|
path: ./template.log
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue