From 9af1145a698a50c5396677128eddca0a1057364d Mon Sep 17 00:00:00 2001 From: ZhgChgLiBot Date: Sun, 27 Oct 2024 21:22:01 +0800 Subject: [PATCH] update deploy.sh --- deploy.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deploy.sh b/deploy.sh index 808e57f..7e9d8b4 100755 --- a/deploy.sh +++ b/deploy.sh @@ -26,8 +26,6 @@ build() { # Run the Ruby script to generate the output bundle exec ruby "./scaffold.rb" - - git checkout -- "_output/*" } setup_gh() { @@ -72,8 +70,8 @@ deploy() { main() { init - build setup_gh + build backup flush deploy