更新 .gitea/workflows/demo.yaml
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
flt
2026-04-19 18:57:01 +08:00
parent 64072fd7be
commit 36b5720975

View File

@ -12,5 +12,6 @@ jobs:
- run: npx refs-cli
- name: copy exports to www
run: |
mv ${{ gitea.workspace }}/dist/* /var/www/qrh
mv /var/www/qrh /var/www/qrh.bak
mv ${{ gitea.workspace }}/dist /var/www/qrh
- run: echo "🍏 This job's status is ${{ job.status }}."