c
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
#/bin/bash
|
||||
git pull
|
||||
hugo
|
||||
rm public.tar.gz
|
||||
cd public
|
||||
tar -czvf ../public.tar.gz .
|
||||
git pull
|
||||
git add *
|
||||
git commit -m "new content"
|
||||
git push
|
||||
|
||||
Reference in New Issue
Block a user