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
{
...
output: "showroom-demo",// build demo page and place static files to *.gh-pages* directorytarball: "showroom-demo.tar.gz",// make additional archive with demo pagerepository: "<repository_url>",// Publish to <repository_url>/.gh-pages branchdirectoryPerBranch: true,// publish each demo-page files to separate dir named as branchforcePublish: true// use git push --force (for .gh-pages branch)...}
Goal
Implement possibility to build static site with demo.
It useful for publish demo to GitHub pages like here.
Now it implemented with shell scripts:
API
showroom-config.js
npm sctipts
showroom build
showroom deploy
First need to implement #9
The text was updated successfully, but these errors were encountered: