Open mhulse opened 8 years ago
Cool JS to publish to GH pages branch using node:
https://github.com/aframevr/aframe/blob/master/scripts/gh-pages.js
Publishing to GitHub Pages To publish to https://aframevr.github.io/aframecore/: npm run ghpages To publish to https://your_username.github.io/aframe/: npm run ghpages your_username
To publish to https://aframevr.github.io/aframecore/:
npm run ghpages
To publish to https://your_username.github.io/aframe/:
npm run ghpages your_username
… and in package.json:
package.json
{ "scripts": { "ghpages": "node ./scripts/gh-pages", } }
Would be nice to include this code in this repo somehow?
Cool JS to publish to GH pages branch using node:
https://github.com/aframevr/aframe/blob/master/scripts/gh-pages.js
… and in
package.json
:Would be nice to include this code in this repo somehow?