更新 .gitea/workflows/demo.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s

This commit is contained in:
flt
2026-04-19 18:35:36 +08:00
parent 1c5d464ade
commit e42f278823

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu runs-on: ubuntu
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v4 uses: /root/gitea/checkout
- run: cd ${{ gitea.workspace }} - run: cd ${{ gitea.workspace }}
- run: npx refs-cli - run: npx refs-cli
- name: copy exports to www - name: copy exports to www