使用git checkout脚本
All checks were successful
Deploy Incremental Updates to NEUxiaozhan / deploy (push) Successful in 0s

This commit is contained in:
Ember 2025-01-30 02:06:13 +08:00
parent 0ffa9ab5be
commit eb1eef871e

View File

@ -52,7 +52,7 @@ jobs:
# 权限设置根据Web服务器用户调整
# sudo chown -R www:www $TARGET_DIR
# sudo find $TARGET_DIR -type d -exec chmod 755 {} \;
#sudo find $TARGET_DIR -type f -exec chmod 644 {} \;
# sudo find $TARGET_DIR -type f -exec chmod 644 {} \;
- name: Cleanup
shell: bash