This commit is contained in:
Oliver
2025-05-03 15:28:10 -03:00
parent 2b1bfc60e7
commit 956ed32e45
3 changed files with 4 additions and 2 deletions

View File

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