Skip to content

Commit

Permalink
Update pages path
Browse files Browse the repository at this point in the history
  • Loading branch information
iansan5653 authored Sep 8, 2023
1 parent 9373215 commit 8fc3e45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:

- name: Fix permissions
run: |
chmod -c -R +rX "_site/" | while read line; do
chmod -c -R +rX "/" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- uses: actions/upload-pages-artifact@v2
with:
path: /

deploy:
needs: build
Expand Down

0 comments on commit 8fc3e45

Please sign in to comment.