HomePage/push.sh
2023-06-28 08:29:10 +00:00

11 lines
122 B
Bash
Executable file

#!/bin/bash
git pull
cd themes/hugo-theme-bioarchlinux/
git pull
cd -
hugo -D
git add .
git commit -m "update"
git push