mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-14 22:29:17 +08:00
docs: add note GitHub official Action
This commit is contained in:
parent
b4af807921
commit
765cf1194e
@ -14,11 +14,16 @@ GitHub Pages Action
|
||||
|
||||
</div>
|
||||
|
||||
> **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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user