HomePage/push.sh
2022-05-11 22:54:45 +00:00

8 lines
98 B
Bash
Executable file

#!/bin/bash
git pull
hugo -D
git add .
git commit -m "update"
git push
rm public/post/index.html