update deploy.sh

This commit is contained in:
ZhgChgLiBot 2024-10-27 21:22:01 +08:00
parent b6db57caf4
commit 9af1145a69

View File

@ -26,8 +26,6 @@ build() {
# Run the Ruby script to generate the output # Run the Ruby script to generate the output
bundle exec ruby "./scaffold.rb" bundle exec ruby "./scaffold.rb"
git checkout -- "_output/*"
} }
setup_gh() { setup_gh() {
@ -72,8 +70,8 @@ deploy() {
main() { main() {
init init
build
setup_gh setup_gh
build
backup backup
flush flush
deploy deploy