update deploy.sh

This commit is contained in:
app-harry 2024-10-27 20:56:05 +08:00
parent 485d30ba69
commit 0e9122c1cc

View File

@ -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
}