Skip to content

Commit cf805b9

Browse files
sasoriapeaceiris
andauthored
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 <[email protected]>
1 parent c4241b2 commit cf805b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,12 +596,15 @@ jobs:
596596

597597
### ⭐️ Static Site Generators with Node.js
598598

599-
[hexo], [vuepress], [react-static], [gridsome], and so on.
599+
[hexo], [vuepress], [react-static], [gridsome], [create-react-app] and so on.
600+
Please check where your output directory is before pushing your workflow.
601+
e.g. `create-react-app` requires `publish_dir` to be set to `./build`
600602

601603
[hexo]: https://github.com/hexojs/hexo
602604
[vuepress]: https://github.com/vuejs/vuepress
603605
[react-static]: https://github.com/react-static/react-static
604606
[gridsome]: https://github.com/gridsome/gridsome
607+
[create-react-app]: https://github.com/facebook/create-react-app
605608

606609
Premise: Dependencies are managed by `package.json` and `package-lock.json`
607610

0 commit comments

Comments
 (0)