Created
May 18, 2015 15:25
-
-
Save tanksuzuki/2f6e9a931d3586f49745 to your computer and use it in GitHub Desktop.
hugo build and push for mac #hugo #git #mac
This file contains hidden or 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/bash | |
rm -rf public/post/* | |
hugo -t angels-ladder | |
cd public | |
git add -A | |
git commit -m "Update public files" | |
git push |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment