You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The build folder is ready to be deployed.
To publish it at https://xxx.github.io/yyy/, run:
yarn add --dev gh-pages
Add the following script in your package.json.
// ...
"scripts": {
// ...
"deploy": "npm run build&&gh-pages -d build"
}
I think we can skip the part about setting up deploy if you already have deploy in package.json.
The text was updated successfully, but these errors were encountered:
We print the following for GH Pages homepage:
I think we can skip the part about setting up
deploy
if you already havedeploy
inpackage.json
.The text was updated successfully, but these errors were encountered: