Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions .github/workflows/latex-build.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: Build LaTeX and commit PDF

on:
pull_request:
branches: [ master ]
paths-ignore:
- '**.pdf'
- 'doc/**'

permissions:
contents: write

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Build PDF with latexmk
uses: xu-cheng/latex-action@v3
with:
root_file: lukael_cv.tex
latexmk_use_xelatex: false
work_in_root_file_dir: true

- name: Commit PDF back to repo
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "chore(pdf): update compiled PDF [skip ci]"
file_pattern: lukael_cv.pdf
Binary file modified lukael_cv.pdf
Binary file not shown.
Loading