fix cv ci
This commit is contained in:
parent
69fe1b31ec
commit
c3cfdefc0d
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -7,7 +7,8 @@ on:
|
|||||||
# Triggers the workflow on push or pull request events but only for the "master" branch
|
# Triggers the workflow on push or pull request events but only for the "master" branch
|
||||||
push:
|
push:
|
||||||
branches: [ "master" ]
|
branches: [ "master" ]
|
||||||
paths: cv/**
|
paths:
|
||||||
|
- cv/**
|
||||||
|
|
||||||
# Allows you to run this workflow manually from the Actions tab
|
# Allows you to run this workflow manually from the Actions tab
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@ -27,7 +28,7 @@ jobs:
|
|||||||
root_file: main.tex
|
root_file: main.tex
|
||||||
- name: Move built .pdf
|
- name: Move built .pdf
|
||||||
run: |
|
run: |
|
||||||
mv cv/main.pdf ./cv.pdf
|
mv cv/main.pdf ./static/cv.pdf
|
||||||
- name: Commit built .pdf
|
- name: Commit built .pdf
|
||||||
uses: EndBug/add-and-commit@v9
|
uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
|
Loading…
Reference in New Issue
Block a user