# 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