Last active
June 12, 2016 16:09
-
-
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...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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