From 1c5d464ade0d084418f9a2a509a034f0b32b9d22 Mon Sep 17 00:00:00 2001 From: flt <1404262047@qq.com> Date: Sun, 19 Apr 2026 18:29:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/demo.yaml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 7c625f5..e710bcd 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,14 +6,11 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu steps: - - run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - name: Check out repository code uses: actions/checkout@v4 - - run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner." - - run: echo "🖥️ The workflow is now ready to test your code on the runner." - - name: List files in the repository + - run: cd ${{ gitea.workspace }} + - run: npx refs-cli + - name: copy exports to www run: | - ls ${{ gitea.workspace }} + cp ${{ gitea.workspace }}/dist /var/www/qrh - run: echo "🍏 This job's status is ${{ job.status }}." \ No newline at end of file