#/bin/bash
git pull
hugo build
rm public.tar.gz

cd public
tar -czvf ../public.tar.gz  .
cd ..

git add *
git commit -m "new content"
git push
