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
This repo has some boilerplate code to deploy to gh-pages, which makes sense as a lot of our projects are deployed that way.
There is now the nifty gh-pages npm library that does this for you in a better interface, ie something you can drive from package.json (yarn deploy). I recommend replacing the CI code with this.
This is very interesting, however in our react projects we also started using browser history with push state, which is not yet compatible with gh-pages.
For that we've been using surge.sh in a lot of projects. Any way to circumvent this github limitation?
This repo has some boilerplate code to deploy to gh-pages, which makes sense as a lot of our projects are deployed that way.
There is now the nifty
gh-pages
npm library that does this for you in a better interface, ie something you can drive from package.json (yarn deploy
). I recommend replacing the CI code with this.https://www.npmjs.com/package/gh-pages
cc @danielfdsilva
The text was updated successfully, but these errors were encountered: