action
Some checks failed
Deploy to Server / deploy (push) Failing after 2s

This commit is contained in:
jeremygan2021
2026-03-02 15:29:38 +08:00
parent ae2da39496
commit f91fabad0c

View File

@@ -86,7 +86,7 @@ jobs:
send "NEW_HEAD=\\\$(git rev-parse HEAD)\r"
# 判断是否需要构建
send "if \[ \\\"\\\$OLD_HEAD\\\" == \\\"\\\$NEW_HEAD\\\" \]; then\r"
send "if \\[ \\\"\\\$OLD_HEAD\\\" == \\\"\\\$NEW_HEAD\\\" \\]; then\r"
send " echo 'No changes detected, skipping deploy'\r"
send "else\r"
# 检查构建文件变动