Merge branch 'main' of git.flt6.top:flt/qrhs
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 5s

This commit is contained in:
2026-04-19 19:02:44 +08:00

View File

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