Skip to content

Commit

Permalink
Update static.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qdeslandes authored Feb 5, 2024
1 parent f2b3c5a commit 8ff7a05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ jobs:
run: ls $GITHUB_WORKSPACE/build/doc
- name: testing4
run: ls -lha $GITHUB_WORKSPACE/build/doc/html
- name: Fix permissions
run: |
chmod -c -R +rX "$GITHUB_WORKSPACE/build/doc/html" | while read line; do
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down

0 comments on commit 8ff7a05

Please sign in to comment.