mirror of
https://github.com/peaceiris/actions-gh-pages.git
synced 2025-07-15 06:33:17 +08:00
docs: Add link to create-react-app (#525)
Add notes: > Please check where your output directory is before pushing your workflow. > e.g. `create-react-app` requires `publish_dir` to be set to `./build` Co-authored-by: Shohei Ueda <30958501+peaceiris@users.noreply.github.com>
This commit is contained in:
parent
c4241b26fb
commit
cf805b9457
@ -596,12 +596,15 @@ jobs:
|
|||||||
|
|
||||||
### ⭐️ Static Site Generators with Node.js
|
### ⭐️ Static Site Generators with Node.js
|
||||||
|
|
||||||
[hexo], [vuepress], [react-static], [gridsome], and so on.
|
[hexo], [vuepress], [react-static], [gridsome], [create-react-app] and so on.
|
||||||
|
Please check where your output directory is before pushing your workflow.
|
||||||
|
e.g. `create-react-app` requires `publish_dir` to be set to `./build`
|
||||||
|
|
||||||
[hexo]: https://github.com/hexojs/hexo
|
[hexo]: https://github.com/hexojs/hexo
|
||||||
[vuepress]: https://github.com/vuejs/vuepress
|
[vuepress]: https://github.com/vuejs/vuepress
|
||||||
[react-static]: https://github.com/react-static/react-static
|
[react-static]: https://github.com/react-static/react-static
|
||||||
[gridsome]: https://github.com/gridsome/gridsome
|
[gridsome]: https://github.com/gridsome/gridsome
|
||||||
|
[create-react-app]: https://github.com/facebook/create-react-app
|
||||||
|
|
||||||
Premise: Dependencies are managed by `package.json` and `package-lock.json`
|
Premise: Dependencies are managed by `package.json` and `package-lock.json`
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user