Skip to content

Commit

Permalink
Potential fix for copy location
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jun 19, 2024
1 parent 5c3d17a commit 0408cb5
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 @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Copy images
run: cp -r ./preview ./dist
run: cp -r ./{preview} ./dist

- name: Deploy
uses: peaceiris/actions-gh-pages@v4
Expand Down

0 comments on commit 0408cb5

Please sign in to comment.