We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b08759 commit 4158c82Copy full SHA for 4158c82
.github/workflows/jekyll.yml
@@ -41,8 +41,8 @@ jobs:
41
# Remove any potential problematic files
42
find _site -type l -delete
43
44
- # Ensure permissions are set correctly
45
- chmod -R 755 _site
+ # Permission changes not needed and causing errors
+ # chmod -R 755 _site
46
47
- name: Upload artifact
48
uses: actions/upload-artifact@v4
0 commit comments