docs: add Custom GitHub Actions Workflows beta

This commit is contained in:
Shohei Ueda 2022-07-28 10:26:52 +09:00 committed by GitHub
parent 05d272de6c
commit b4af807921
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,8 @@ GitHub Pages Action
This is a **GitHub Action** to deploy your static files to **GitHub Pages**. 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.) 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/ [Static Site Generators]: https://jamstack.org/generators/
The next example step will deploy `./public` directory to the remote `gh-pages` branch. The next example step will deploy `./public` directory to the remote `gh-pages` branch.