diff --git a/deploy.sh b/deploy.sh index d60aa1d..5387af1 100755 --- a/deploy.sh +++ b/deploy.sh @@ -58,8 +58,8 @@ deploy() { main() { init # Initialize and validate environment - build # Build the site setup_gh # Set up the gh-pages branch + build # Build the site flush deploy # Deploy the site }