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