Skip to content

Commit 8f17ae6

Browse files
authored
Update README.md
1 parent bc7aff6 commit 8f17ae6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ When using this action, ensure that your files have appropriate file permissions
3232
At a minimum, GitHub Pages expects:
3333
- files to have read permission for the current user and the "Others" user role (e.g. `0744`, `0644`, `0444`)
3434
- directories to have read and execute permissions for the current user and the "Others" user role (e.g. `0755`, `0555`)
35-
Failure to do so will result in a `deployment_perms_error` when attempting to deploy your artifacts.
35+
36+
Failure to supply adequate permissions will result in a `deployment_perms_error` when attempting to deploy your artifacts to GitHub Pages.
3637

3738
```yaml
3839
...

0 commit comments

Comments
 (0)