From 4530dcd1674285c6cea7ed91dd293cd25953aa34 Mon Sep 17 00:00:00 2001 From: peaceiris <30958501+peaceiris@users.noreply.github.com> Date: Sun, 22 Sep 2019 14:03:03 +0900 Subject: [PATCH] docs: Add link to issue #9 https://github.com/peaceiris/actions-gh-pages/issues/31 --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce6a0fc..834337d 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,11 @@ By pulling docker images, you can reduce the overall execution time of your work #### ⭐️ `GITHUB_TOKEN` -> **NOTES**: This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. See #9 +> **NOTES**: Do not use `GITHUB_TOKEN`. +> +> This action supports `GITHUB_TOKEN` but it has some problems to deploy to GitHub Pages. See [Issue #9] + +[Issue #9]: https://github.com/peaceiris/actions-gh-pages/issues/9 ```diff - ACTIONS_DEPLOY_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}