在部署脚本中添加 chmod 命令以设置权限
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 1s

This commit is contained in:
2026-02-03 03:12:37 +08:00
parent c6f751ec63
commit 7212026504

View File

@@ -13,6 +13,7 @@ jobs:
- name: Checkout source
run: |
git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo
chmod -R 777 .
cd repo
echo "Listing repo directory:"
ls