Skip to content

Commit f391d3c

Browse files
Testing deployment changes (automatic resume deployment)
1 parent 2880810 commit f391d3c

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ jobs:
2424
- name: Install deps
2525
run: |
2626
npm install -g mermaid.cli
27+
- name: Custom actions
28+
run: |
29+
cp ./resume/main.pdf ./assets/pdf/cv.pdf
2730
- name: Setup deploy options
2831
id: setup
2932
run: |

resume/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,6 @@
2525
*.bbl
2626
*.bcf
2727
*.blg
28+
29+
# Include the main PDF
30+
!main.pdf
File renamed without changes.

0 commit comments

Comments
 (0)