From b6db57caf4406be82e27f5777097a1e6b4aa6672 Mon Sep 17 00:00:00 2001 From: ZhgChgLiBot Date: Sun, 27 Oct 2024 21:19:48 +0800 Subject: [PATCH] udpate deploy.sh --- deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy.sh b/deploy.sh index 54c1a6d..808e57f 100755 --- a/deploy.sh +++ b/deploy.sh @@ -26,6 +26,8 @@ build() { # Run the Ruby script to generate the output bundle exec ruby "./scaffold.rb" + + git checkout -- "_output/*" } setup_gh() {