From 098d331174fb1f00e82c7a2a664d07ba29d764d0 Mon Sep 17 00:00:00 2001 From: flt <1404262047@qq.com> Date: Sun, 19 Apr 2026 19:04:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index a0fe437..196ca39 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,6 +12,6 @@ jobs: - run: npx refs-cli - name: copy exports to www run: | - mv /var/www/qrh /var/www/qrh.bak + rm -rf /var/www/qrh mv ${{ gitea.workspace }}/dist /var/www/qrh - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file