From cf805b9457df587d349ee1684a4801cf9bbaac7d Mon Sep 17 00:00:00 2001 From: "Sergio A. Arevalo Soria" Date: Tue, 20 Oct 2020 06:42:47 +0200 Subject: [PATCH] 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> --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e95034..c6cbd47 100644 --- a/README.md +++ b/README.md @@ -596,12 +596,15 @@ jobs: ### ⭐️ 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 [vuepress]: https://github.com/vuejs/vuepress [react-static]: https://github.com/react-static/react-static [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`