Skip to content

Instantly share code, notes, and snippets.

@5car1z
Last active June 12, 2016 16:09
Show Gist options
  • Save 5car1z/b83c370ddad6739af907c86871577335 to your computer and use it in GitHub Desktop.
Save 5car1z/b83c370ddad6739af907c86871577335 to your computer and use it in GitHub Desktop.
Very simple Hexo GitHub pages deploy script. Here in case I forget the commands themselves mostly...
#!/bin/sh
hexo clean
hexo generate
hexo deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment