在部署脚本中添加 chmod 命令以设置权限
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 1s
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 1s
This commit is contained in:
@@ -13,6 +13,7 @@ jobs:
|
|||||||
- name: Checkout source
|
- name: Checkout source
|
||||||
run: |
|
run: |
|
||||||
git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo
|
git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo
|
||||||
|
chmod -R 777 .
|
||||||
cd repo
|
cd repo
|
||||||
echo "Listing repo directory:"
|
echo "Listing repo directory:"
|
||||||
ls
|
ls
|
||||||
|
|||||||
Reference in New Issue
Block a user