Skip to content

Instantly share code, notes, and snippets.

@jonathanmv
Created May 5, 2018 11:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonathanmv/5925f7d72ee639301266ac3cd742ee00 to your computer and use it in GitHub Desktop.
Save jonathanmv/5925f7d72ee639301266ac3cd742ee00 to your computer and use it in GitHub Desktop.
Deploy your static website to github pages
const ghpages = require('gh-pages')
console.log('Publishing GitHub Pages...')
ghpages.publish('dist', () => console.log('Published.'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment