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
|
||||
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:
|
||||
|
Loading…
Reference in New Issue
Block a user