From f4a931c12a05bd870ee757cb97e9af8bc720fe5f Mon Sep 17 00:00:00 2001 From: huxin <1219654535@qq.com> Date: Tue, 28 May 2024 00:24:38 +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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 8f9e389..e7f2926 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -4,7 +4,7 @@ on: [push] jobs: Explore-Gitea-Actions: - runs-on: linux + runs-on: linux_centos # container: node:21 # container: # image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest @@ -15,10 +15,10 @@ jobs: # DOCKER_LATEST: latest steps: # - run: echo "testseetsetsetstse" - # - name: To Main - # run: - # - name: Git - # run: git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/workspace/website + - 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