From 72b0ea97fd5dd10666e04fde19c4b3cc276880a4 Mon Sep 17 00:00:00 2001 From: root <1219654535@qq.com> Date: Sat, 25 May 2024 20:15:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 61d9ad5..34ee733 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -17,11 +17,11 @@ jobs: # - run: echo "testseetsetsetstse" # - name: To Main # run: cd /opt/workspace/TOPVERSE_Official - # - name: Git - # run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /opt/workspace/website + - name: Git + run: git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/workspace/website - name: Install & Build run: | - cd /data/TOPVERSE_Official + cd /opt/workspace/website pnpm i pnpm generate # - name: Build