在部署脚本中添加目录列表输出以便于调试
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 2s

This commit is contained in:
2026-02-03 03:00:10 +08:00
parent 0e797bcccc
commit 67c9270df7

View File

@@ -14,7 +14,10 @@ jobs:
run: |
git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo
cd repo
echo "Listing repo directory:"
ls
echo "Listing themes directory:"
ls themes/
git checkout main
- name: Test Hugo