From 485d30ba693682fb02e9c8c81c793679115d720b Mon Sep 17 00:00:00 2001 From: app-harry Date: Sun, 27 Oct 2024 20:52:13 +0800 Subject: [PATCH] update deploy.sh --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }