You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,12 @@ The [`tar` file][tar] must:
28
28
29
29
# File Permissions
30
30
31
-
When using this action ensure your files have appropriate file permission, we expect at a minimum for the files to have permission for the current user (e.g 0744).
32
-
Failure to do so will result in a `deployment_perms_error` when attempting to deploy your artifacts.
31
+
When using this action, ensure that your files have appropriate file permissions.
32
+
At a minimum, GitHub Pages expects:
33
+
- files to have read permission for the current user and the "Others" user role (e.g. `0744`, `0644`, `0444`)
34
+
- directories to have read and execute permissions for the current user and the "Others" user role (e.g. `0755`, `0555`)
35
+
36
+
Failure to supply adequate permissions will result in a `deployment_perms_error` when attempting to deploy your artifacts to GitHub Pages.
0 commit comments