github actions
This commit is contained in:
parent
02e9cba9e2
commit
0b9366ee23
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@ -26,14 +26,14 @@ jobs:
|
||||
with:
|
||||
working_directory: cv
|
||||
root_file: main.tex
|
||||
- name: Move build .pdf
|
||||
- name: Move built .pdf
|
||||
run: |
|
||||
mv cv/main.pdf ./cv.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:
|
||||
add: 'cv.pdf'
|
||||
author_name: 'Jack Bond-Preston'
|
||||
author_email: 'jackbondpreston@outlook.com'
|
||||
message: 'update cv.pdf (built by github action)'
|
||||
message: '[github action] update cv.pdf'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user