this is a test

This commit is contained in:
Greg Gauthier 2021-04-06 19:57:16 +01:00
parent c98fcf5353
commit e463ba6b93
1 changed files with 4 additions and 0 deletions

View File

@ -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