add build script

This commit is contained in:
Greg Gauthier 2021-04-06 20:22:49 +01:00
parent daa31fe90f
commit 57bfa67404
1 changed files with 7 additions and 0 deletions

7
build.sh Executable file
View File

@ -0,0 +1,7 @@
#!/usr/bin/env sh
# commit and push...
git add .;git commit -m"$@";git push -u origin master
# build the site
hugo -D