更新部署脚本,使用固定的 Gitea URL 和主分支进行检出
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 2s

This commit is contained in:
2026-02-03 02:54:01 +08:00
parent 4ded8f6b59
commit b1d38d98b3

View File

@@ -12,9 +12,9 @@ jobs:
steps:
- name: Checkout source
run: |
git clone $GITEA_SERVER_URL/$GITHUB_REPOSITORY.git repo
git clone https://gitea.qingshuige.ink/qingshuige-authors/qingshuige-hugo.git repo
cd repo
git checkout $GITHUB_SHA
git checkout main
- name: Test Hugo
run: |