Skip to content

Commit

Permalink
-r instead of -a
Browse files Browse the repository at this point in the history
  • Loading branch information
hoseyjoe authored Nov 4, 2023
1 parent 98b6b09 commit 3e3b49a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3
- name: Copy
run: |
cp -a /build/html5/ /docs/
cp -r build/html5/ docs/
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down

0 comments on commit 3e3b49a

Please sign in to comment.