github actions

This commit is contained in:
Jack Bond-Preston 2022-06-10 04:11:31 +01:00 committed by GitHub
parent 02e9cba9e2
commit 0b9366ee23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,14 +26,14 @@ jobs:
with: with:
working_directory: cv working_directory: cv
root_file: main.tex root_file: main.tex
- name: Move build .pdf - name: Move built .pdf
run: | run: |
mv cv/main.pdf ./cv.pdf mv cv/main.pdf ./cv.pdf
- name: Commit built .pdf - name: Commit built .pdf
uses: EndBug/add-and-commit@v9 # You can change this to use a specific version. uses: EndBug/add-and-commit@v9
with: with:
add: 'cv.pdf' add: 'cv.pdf'
author_name: 'Jack Bond-Preston' author_name: 'Jack Bond-Preston'
author_email: 'jackbondpreston@outlook.com' author_email: 'jackbondpreston@outlook.com'
message: 'update cv.pdf (built by github action)' message: '[github action] update cv.pdf'