fix cv ci

This commit is contained in:
Jack Bond-Preston 2023-02-11 23:35:10 +00:00
parent 69fe1b31ec
commit c3cfdefc0d
Signed by: jack
GPG Key ID: 010071F1482BA852
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,8 @@ on:
# Triggers the workflow on push or pull request events but only for the "master" branch
push:
branches: [ "master" ]
paths: cv/**
paths:
- cv/**
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
@ -27,7 +28,7 @@ jobs:
root_file: main.tex
- name: Move built .pdf
run: |
mv cv/main.pdf ./cv.pdf
mv cv/main.pdf ./static/cv.pdf
- name: Commit built .pdf
uses: EndBug/add-and-commit@v9
with:

BIN
cv.pdf

Binary file not shown.