我有一个create-react-app
项目(https://github.com/khpeek/beomaps/tree/master),我想使用gh-pages将其部署到 Github页面。按照本教程https://medium.com/@serverlessguru/deploy-reactjs-app-with-s3-static-hosting-f640cb49d7e6,我已将以下内容添加到我的package.json
:
但是,如果我运行npm run deploy
,它会被发布,
但是 Github 页面https://khpeek.github.io/beomaps/仍然显示基于README.md
. 我可能需要更改部署目录吗?