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
bundle exec ruby "./scaffold.rb"
git checkout -- "_output/*"
}
setup_gh() {
@ -72,8 +70,8 @@ deploy() {
main() {
init
build
setup_gh
build
backup
flush
deploy