From 08ce2418260b67becef3f05f3a2e0199616c018d Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 28 Apr 2020 14:32:23 +0900 Subject: [PATCH] docs: Add link for the first deployment First Deployment with GITHUB_TOKEN https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-first-deployment-with-github_token --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2cf3fc..3cf4ce2 100644 --- a/README.md +++ b/README.md @@ -61,15 +61,13 @@ Thanks to this change, we can complete this action in less than a few seconds. ### ⭐️ Create your workflow -An example workflow `.github/workflows/gh-pages.yml` with [GitHub Actions for GitHub Pages] +An example workflow `.github/workflows/gh-pages.yml` with [GitHub Actions for GitHub Pages]. +For the first deployment, we have to do this operation: [First Deployment with `GITHUB_TOKEN` - peaceiris/actions-gh-pages](https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-first-deployment-with-github_token) [GitHub Actions for GitHub Pages]: https://github.com/peaceiris/actions-gh-pages [![peaceiris/actions-gh-pages - GitHub](https://gh-card.dev/repos/peaceiris/actions-gh-pages.svg?fullname)](https://github.com/peaceiris/actions-gh-pages) -![peaceiris/actions-hugo latest version](https://img.shields.io/github/release/peaceiris/actions-hugo.svg?label=peaceiris%2Factions-hugo) -![peaceiris/actions-gh-pages latest version](https://img.shields.io/github/release/peaceiris/actions-gh-pages.svg?label=peaceiris%2Factions-gh-pages) - ```yaml name: github pages