mirror of
https://github.com/BioArchLinux/HomePage.git
synced 2025-03-10 06:14:00 +00:00
8 lines
98 B
Bash
Executable file
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
|