Skip to content

Instantly share code, notes, and snippets.

@webarthur
Last active December 14, 2020 13:56
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 webarthur/4ca1af51eed399e4820bc83297be684b to your computer and use it in GitHub Desktop.
Save webarthur/4ca1af51eed399e4820bc83297be684b to your computer and use it in GitHub Desktop.
Publish to Github Pages
git branch gh-pages
git push -u origin gh-pages
# Go to the project page
# https://[username].github.io/[projectname]/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment