From 765cf1194eb2c30092c7ba39dec8ee0dba3565b9 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 11 Aug 2022 10:30:47 +0900 Subject: [PATCH] docs: add note GitHub official Action --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2414948..ba6eb75 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,16 @@ GitHub Pages Action +> **Note** +> +> See also the GitHub official GitHub Pages Action first. +> +> - [GitHub Pages now uses Actions by default | The GitHub Blog](https://github.blog/2022-08-10-github-pages-now-uses-actions-by-default/) +> - [GitHub Pages: Custom GitHub Actions Workflows (beta) | GitHub Changelog](https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/) + This is a **GitHub Action** to deploy your static files to **GitHub Pages**. This deploy action can be combined simply and freely with [Static Site Generators]. (Hugo, MkDocs, Gatsby, mdBook, Next, Nuxt, and so on.) -See also [GitHub Pages: Custom GitHub Actions Workflows (beta) | GitHub Changelog](https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/) - [Static Site Generators]: https://jamstack.org/generators/ The next example step will deploy `./public` directory to the remote `gh-pages` branch.