Rebuild
This commit is contained in:
15
RebuildGitScript.sh
Normal file
15
RebuildGitScript.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
# Pull changes
|
||||
git pull origin main
|
||||
|
||||
# Rebuild the site
|
||||
docker compose exec -it hugo hugo --cleanDestinationDir
|
||||
|
||||
# Add
|
||||
git add .
|
||||
|
||||
# commit
|
||||
git commit -m "Rebuild"
|
||||
|
||||
# Push
|
||||
git push origin main
|
||||
Reference in New Issue
Block a user