Rebuild
This commit is contained in:
@@ -2,9 +2,6 @@
|
||||
# Pull changes
|
||||
git pull origin main
|
||||
|
||||
# Rebuild the site
|
||||
docker compose exec -it hugo hugo --cleanDestinationDir
|
||||
|
||||
# Add
|
||||
git add .
|
||||
|
||||
@@ -14,4 +11,5 @@ git commit -m "Rebuild"
|
||||
# Push
|
||||
git push origin main
|
||||
|
||||
# Rebuild
|
||||
docker compose exec -it hugo hugo --cleanDestinationDir
|
||||
|
||||
Reference in New Issue
Block a user