From 64072fd7bef4d7b5b67e15444323393940a12b54 Mon Sep 17 00:00:00 2001 From: flt <1404262047@qq.com> Date: Sun, 19 Apr 2026 18:55:34 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.?= =?UTF-8?q?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 020dc2a..63a991d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -12,5 +12,5 @@ jobs: - run: npx refs-cli - name: copy exports to www run: | - mv ${{ gitea.workspace }}/dist /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 From 36b5720975e3797ecf8b9eb0b85e26ae435270de Mon Sep 17 00:00:00 2001 From: flt <1404262047@qq.com> Date: Sun, 19 Apr 2026 18:57:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/demo.?= =?UTF-8?q?yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 63a991d..a0fe437 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -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 }}." \ No newline at end of file