Skip to content

Instantly share code, notes, and snippets.

@devbyray
Last active September 6, 2019 20:25
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save devbyray/b8045b531016f7fd57cb to your computer and use it in GitHub Desktop.
Save devbyray/b8045b531016f7fd57cb to your computer and use it in GitHub Desktop.
# How to deploy only your dist folder to gh-pages branch (Github Pages)
git subtree push --prefix dist origin gh-pages
git subtree push --prefix dist origin gh-pages
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment