From 57e210567c94b91b04330f2a63af5a424552a48c Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Fri, 10 Jul 2020 12:04:29 +0900 Subject: [PATCH] docs: add notes #349 --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 986ab315b..8e7614dc7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,12 @@ Three tokens are supported. | `deploy_key` | ✅️ | ✅️ | SSH | Necessary | | `personal_token` | ✅️ | ✅️ | HTTPS | Necessary | -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) +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) + +And you may need to push manually for the first deployment on a private repository. +See [Issue #349](https://github.com/peaceiris/actions-gh-pages/issues/349) ### Supported Platforms