Skip to content

Commit

Permalink
[TASK] Test latex build
Browse files Browse the repository at this point in the history
  • Loading branch information
mai-space authored Dec 31, 2023
1 parent 548fa88 commit 5438063
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Build LaTeX Document and Move PDF

on:
push:
branches:
- '*'

jobs:
build:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Compile LateX
# You may pin to the exact commit or the version.
# uses: vinay0410/tectonic-action@b3138021657a3cdb3823f3980be054ca89e86d81
uses: vinay0410/[email protected]
with:
tex_path: 'mai-joel_maximilian-curriculum_vitae.tex'
push: yes

- name: Rename and Move PDF
run: |
mv mai-joel_maximilian-curriculum_vitae.pdf downloads/

0 comments on commit 5438063

Please sign in to comment.