Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
Add a step to copy the resume to the dist fold once built.
  • Loading branch information
mariatorrentedev authored Apr 16, 2024
1 parent 53419d4 commit f2c6033
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ jobs:
- name: Install dependencies
run: npm ci
- name: Build
run: npm run build
run: |
npm run build
# Copy resume.pdf to dist folder
cp /resume.pdf dist/
- name: Setup Pages
uses: actions/configure-pages@v4
- name: Upload artifact
Expand Down

0 comments on commit f2c6033

Please sign in to comment.