From a0c8a21c48a716d4386f55c12a68cb01bb027c71 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Tue, 28 Apr 2020 14:32:10 +0900 Subject: [PATCH] docs: Add link to the important operation 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 89ed489..9510de2 100644 --- a/README.md +++ b/README.md @@ -51,15 +51,13 @@ Linux, macOS, and Windows are supported. ### ⭐️ 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-mdbook latest version](https://img.shields.io/github/release/peaceiris/actions-mdbook.svg?label=peaceiris%2Factions-mdbook) -![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