diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml new file mode 100644 index 0000000..ab6aed4 --- /dev/null +++ b/.forgejo/workflows/build.yaml @@ -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