Skip to content
This repository has been archived by the owner on Feb 4, 2024. It is now read-only.

Commit

Permalink
remove perm setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Oct 20, 2023
1 parent d88557b commit 8e79c2c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ckg-site_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ jobs:
- name: Check built artifacts
run: ls -l _site

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

0 comments on commit 8e79c2c

Please sign in to comment.