Wouldn't it be cool if we added an command which published to the gh-pages branch automagically?
jigsaw gh-pages
The command would build the site, checkout the gh-pages branch, commit with the current date and then push to the remote gh-pages branch.
Inspiration and idea taken from https://github.com/shinnn/gulp-gh-pages
Just as a reminder, for people looking into the issues, this can be done by using one tip from this page on the doc site.
It points to a deploy command for npm that is used on the very own docs site. See it here.
Most helpful comment
Just as a reminder, for people looking into the issues, this can be done by using one tip from this page on the doc site.
It points to a
deploycommand fornpmthat is used on the very own docs site. See it here.