From 3a38317afdc619fd1bab276675ee6fe918a07bf1 Mon Sep 17 00:00:00 2001 From: huxin <1219654535@qq.com> Date: Tue, 28 May 2024 01:54:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/action.ya?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/action.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 454309f..850c5ac 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -6,13 +6,13 @@ jobs: Explore-Gitea-Actions: runs-on: local steps: - - run: docker ps - # - name: Init Env - # run: rm -rf /data/workspace/TOPVERSE_Official - # - name: Git - # run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /data/workspace/TOPVERSE_Official - # - name: Install - # run: cd /data/workspace/TOPVERSE_Official && ./deploy.sh + # - run: docker ps + - name: Init Env + run: rm -rf /opt/workspace/TOPVERSE_Official + - name: Git + run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /opt/workspace/TOPVERSE_Official + - name: Install + run: cd /opt/workspace/TOPVERSE_Official && ./deploy.sh # - name: Build # run: cd /opt/workspace/TOPVERSE_Official && pnpm build # - name: Build