From 0e9122c1cc3933cc68f16bc1b106affc65087106 Mon Sep 17 00:00:00 2001 From: app-harry Date: Sun, 27 Oct 2024 20:56:05 +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 5387af1..d60aa1d 100755 --- a/deploy.sh +++ b/deploy.sh @@ -58,8 +58,8 @@ deploy() { main() { init # Initialize and validate environment - setup_gh # Set up the gh-pages branch build # Build the site + setup_gh # Set up the gh-pages branch flush deploy # Deploy the site }