Skip to content

Commit 765cf11

Browse files
authored
docs: add note GitHub official Action
1 parent b4af807 commit 765cf11

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: README.md

+7-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,16 @@ GitHub Pages Action
1414

1515
</div>
1616

17+
> **Note**
18+
>
19+
> See also the GitHub official GitHub Pages Action first.
20+
>
21+
> - [GitHub Pages now uses Actions by default | The GitHub Blog](https://github.blog/2022-08-10-github-pages-now-uses-actions-by-default/)
22+
> - [GitHub Pages: Custom GitHub Actions Workflows (beta) | GitHub Changelog](https://github.blog/changelog/2022-07-27-github-pages-custom-github-actions-workflows-beta/)
23+
1724
This is a **GitHub Action** to deploy your static files to **GitHub Pages**.
1825
This deploy action can be combined simply and freely with [Static Site Generators]. (Hugo, MkDocs, Gatsby, mdBook, Next, Nuxt, and so on.)
1926

20-
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/)
21-
2227
[Static Site Generators]: https://jamstack.org/generators/
2328

2429
The next example step will deploy `./public` directory to the remote `gh-pages` branch.

0 commit comments

Comments
 (0)