Manually check out fix
Some checks failed
Build and Deploy Qingshuige / build-deploy (push) Failing after 0s

This commit is contained in:
2026-02-03 02:47:59 +08:00
parent 1297ae5722
commit cd6fbc2603

View File

@@ -11,7 +11,9 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v4
run: |
git clone $GITEA_SERVER_URL/$GITHUB_REPOSITORY.git .
git checkout $GITHUB_SHA
- name: Test Hugo
run: |