1
0
This commit is contained in:
2025-12-03 12:47:59 +01:00
parent f3842285d9
commit f1a4089d0e

View File

@@ -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