diff --git a/RebuildGitScript.sh b/RebuildGitScript.sh index 4e2e960..b37de1b 100644 --- a/RebuildGitScript.sh +++ b/RebuildGitScript.sh @@ -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