From e463ba6b93604f4e9a16fe2b06c52c09f902c422 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Tue, 6 Apr 2021 19:57:16 +0100 Subject: [PATCH] this is a test --- publish.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/publish.sh b/publish.sh index 5c561d1..6b2e23e 100755 --- a/publish.sh +++ b/publish.sh @@ -1,5 +1,9 @@ #!/usr/bin/env sh + +# commit and push... +git add .;git commit -m"$@";git push -u origin master + # build the site hugo -D