Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Fix resume location.
  • Loading branch information
mariatorrentedev authored Apr 16, 2024
1 parent f2c6033 commit 9acd08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
npm run build
# Copy resume.pdf to dist folder
cp /resume.pdf dist/
cp resume.pdf dist/
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit 9acd08b

Please sign in to comment.