diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 2479318..c7133ff 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -14,12 +14,13 @@ jobs: # DOCKER_ORG: gitea # DOCKER_LATEST: latest steps: - - name: To Main - run: cd /opt/workspace/TOPVERSE_Official - - name: Git PULL - run: git pull + # - 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: Install & Build run: | + cd /opt/workspace/website pnpm i pnpm generate # - name: Build