Skip to content

Commit

Permalink
Fix GitHub Pages upload
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jul 11, 2023
1 parent 1b87307 commit 05e4d02
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ jobs:
--target wasm32-unknown-unknown
- name: Setup Pages
uses: actions/configure-pages@v3
- name: Fix permissions
run: |
chmod -c -R +rX "_site/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
with:
Expand Down

0 comments on commit 05e4d02

Please sign in to comment.