1
0
This commit is contained in:
2025-12-03 12:46:48 +01:00
parent 5767c31162
commit 207f56128c
17 changed files with 285 additions and 245 deletions

15
RebuildGitScript.sh Normal file
View 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