Skip to content

Instantly share code, notes, and snippets.

@rahulraghavankklm
Forked from cobyism/gh-pages-deploy.md
Created September 28, 2017 07:22
Show Gist options
  • Select an option

  • Save rahulraghavankklm/c1b10bf62ead0e4927b5c5870113d91e to your computer and use it in GitHub Desktop.

Select an option

Save rahulraghavankklm/c1b10bf62ead0e4927b5c5870113d91e to your computer and use it in GitHub Desktop.
Deploy to `gh-pages` from a `dist` folder on the master branch. Useful for use with [yeoman](http://yeoman.io).

Deploying a dist folder to GitHub Pages

Sometimes you want to have a subdirectory on the master branch be the root directory of a repository’s gh-pages branch. This is useful for things like sites developed with Yeoman.

  1. Remove the dist directory from the project’s .gitignore file.
  2. Run the script below called setup.sh to set up the subtree.
  3. Run the script below called deploy.sh to deploy the subtree to GitHub Pages.

Boom.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment