@@ -0,0 +1,12 @@
#/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
The note is not visible to the blocked user.