bootstrap-npm-starter
bootstrap-npm-starter copied to clipboard
Add Action to push built site as a live site
- Add Action to build and deploy the site
- Push it to a new
gh-pagesbranch - Trigger event should be a release
- Add CNAME for
npm.getbootstrap.com
/cc @XhmikosR in case you have preferences or ideas
My only concern is that right now we serve basically everything from the root dir, which isn't ideal. That being said, the rest should be easy to do.
We can address that too. Maybe bump to v2 for that?
I think I can do both by just including a deploy script and copying what we need to be in dist. I just need to find some time :)
I'll try to do this in the next days.