CV/.forgejo/workflows/generate.yaml

21 lines
435 B
YAML
Raw Normal View History

2023-10-29 12:35:57 +00:00
on: [push]
jobs:
build:
runs-on: docker
steps:
- name: Set up Git repository
uses: actions/checkout@v3
- name: Compile LaTeX document
uses: https://github.com/xu-cheng/latex-action@v3
with:
root_file: main.tex
latexmk_use_lualatex: true
- name: Upload PDF file
uses: actions/upload-artifact@v3
with:
name: CV
path: main.pdf