Skip to content

Commit 488b74c

Browse files
authored
docs: add notes #349 (#387)
1 parent 16d58be commit 488b74c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ Three tokens are supported.
3636
| `deploy_key` | ✅️ | ✅️ | SSH | Necessary |
3737
| `personal_token` | ✅️ | ✅️ | HTTPS | Necessary |
3838

39-
Notes: Actually, the `GITHUB_TOKEN` works for deploying to GitHub Pages but it has still some limitations. For the first deployment, we need to select the `gh-pages` branch or `master` branch on the repository settings tab. See [First Deployment with `GITHUB_TOKEN`](#%EF%B8%8F-first-deployment-with-github_token)
39+
Notes: Actually, the `GITHUB_TOKEN` works for deploying to GitHub Pages but it has still some limitations.
40+
For the first deployment, we need to select the `gh-pages` branch or `master` branch on the repository settings tab.
41+
See [First Deployment with `GITHUB_TOKEN`](#%EF%B8%8F-first-deployment-with-github_token)
42+
43+
And you may need to push manually for the first deployment on a private repository.
44+
See [Issue #349](https://github.com/peaceiris/actions-gh-pages/issues/349)
4045

4146
### Supported Platforms
4247

0 commit comments

Comments
 (0)