From 57bfa67404ff219d315771fa3708de3be88e6acb Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 6 Apr 2021 20:22:49 +0100 Subject: [PATCH] add build script --- build.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 build.sh diff --git a/build.sh b/build.sh new file mode 100755 index 0000000..c32bee5 --- /dev/null +++ b/build.sh @@ -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