Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4339cf8

Browse files
authored
Update deploy.yml (perm->775 to align with the default setup)
1 parent 64b8169 commit 4339cf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Change permission
4444
run: |
45-
chmod 755 -R build
45+
chmod 775 -R build
4646
4747
- name: Deploy
4848
uses: easingthemes/ssh-deploy@main

0 commit comments

Comments
 (0)