test5
Some checks failed
Build Hexo Site / build (push) Failing after 1s

This commit is contained in:
魏风
2026-03-10 22:03:46 +08:00
parent 6bd02882d5
commit fdc36f1de4

View File

@@ -12,8 +12,8 @@ jobs:
steps: steps:
- name: Checkout - name: Checkout
run: | run: |
git clone "${GITEA_SERVER_URL}/${GITHUB_REPOSITORY}.git" . git clone "http://gitea:3000/${{ gitea.repository }}.git" .
git checkout "${GITHUB_SHA}" git checkout "${{ gitea.sha }}"
- name: Install Node.js & Build - name: Install Node.js & Build
run: | run: |