在部署脚本中添加目录列表输出以便于调试
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 2s
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 2s
This commit is contained in:
@@ -14,7 +14,10 @@ jobs:
|
|||||||
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
|
||||||
cd repo
|
cd repo
|
||||||
|
echo "Listing repo directory:"
|
||||||
ls
|
ls
|
||||||
|
echo "Listing themes directory:"
|
||||||
|
ls themes/
|
||||||
git checkout main
|
git checkout main
|
||||||
|
|
||||||
- name: Test Hugo
|
- name: Test Hugo
|
||||||
|
|||||||
Reference in New Issue
Block a user