Skip to content

Commit

Permalink
Fix recursive cp
Browse files Browse the repository at this point in the history
  • Loading branch information
bakaq committed Oct 8, 2023
1 parent 6a22379 commit adc5ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Assemble release folder
run: |
mkdir release-gh-pages
cp release release-gh-pages/
cp -r release release-gh-pages/
cp sw.js release-gh-pages/
cp index.css release-gh-pages/
cp index.html release-gh-pages/
Expand Down

0 comments on commit adc5ed9

Please sign in to comment.