Skip to content

Commit 4158c82

Browse files
committed
fix: deploy
1 parent 9b08759 commit 4158c82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ jobs:
4141
# Remove any potential problematic files
4242
find _site -type l -delete
4343
44-
# Ensure permissions are set correctly
45-
chmod -R 755 _site
44+
# Permission changes not needed and causing errors
45+
# chmod -R 755 _site
4646
4747
- name: Upload artifact
4848
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)