Skip to content

Commit

Permalink
Add project screenshots toindex page deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Jun 2, 2024
1 parent d73c923 commit 47c4e6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Deploy index page
run: |
mkdir -p deploy
cp -r index.html style.css deploy/
cp -r index.html style.css 1-digital-business-card/screenshot.png 2-travel-journal/screenshot.png 3-quizzical/screenshot-start.png 3-quizzical/screenshot-questions.png 3-quizzical/screenshot-answers.png deploy/
# digital-business-card project
- name: Build digital-business-card
Expand Down

0 comments on commit 47c4e6d

Please sign in to comment.