Add workflow
This commit is contained in:
parent
2f1c8dcaab
commit
405d4b271f
1 changed files with 25 additions and 0 deletions
25
.forgejo/workflows/build.yaml
Normal file
25
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
name: Build PDF's
|
||||||
|
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build_pdf:
|
||||||
|
name: Build PDF's
|
||||||
|
runs-on: docker
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: Set up Git repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: Build English PDF
|
||||||
|
uses: https://github.com/xu-cheng/latex-action@v3
|
||||||
|
with:
|
||||||
|
root_file: marko_korhonen_cv_fi.tex
|
||||||
|
latexmk_use_xelatex: true
|
||||||
|
|
||||||
|
- name: Build Finnish PDF
|
||||||
|
uses: https://github.com/xu-cheng/latex-action@v3
|
||||||
|
with:
|
||||||
|
root_file: marko_korhonen_cv_fi.tex
|
||||||
|
latexmk_use_xelatex: true
|
Loading…
Add table
Add a link
Reference in a new issue