personal-blog/build

8 lines
120 B
Plaintext
Raw Normal View History

2021-04-06 19:22:49 +00:00
#!/usr/bin/env sh
# commit and push...
git add .;git commit -m"$@";git push -u origin master
# build the site
hugo -D