update deploy.sh

This commit is contained in:
app-harry 2024-10-27 20:52:13 +08:00
parent 96ef4c7b7c
commit 485d30ba69

View File

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