Skip to content

Instantly share code, notes, and snippets.

@JenZhao
Created October 20, 2017 03:10
Show Gist options
  • Save JenZhao/bdbc34368b90d03d4a048b0a2217fa3b to your computer and use it in GitHub Desktop.
Save JenZhao/bdbc34368b90d03d4a048b0a2217fa3b to your computer and use it in GitHub Desktop.
Hexo Deployment
hexo clean
hexo generate
cp -R public/* .deploy/your_githubname.github.io
cd .deploy/your_githubname.github.io
git add .
git commit -m "update"
git push -f origin master
cd ../../
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment