修改CI
This commit is contained in:
parent
278f2497f0
commit
6eebf5459f
|
@ -5,7 +5,7 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: server
|
runs-on: server
|
||||||
# container: catthehacker/ubuntu:act-latest
|
container: node:21
|
||||||
# container:
|
# container:
|
||||||
# image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest
|
# image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest
|
||||||
# volumes:
|
# volumes:
|
||||||
|
@ -14,16 +14,16 @@ jobs:
|
||||||
# DOCKER_ORG: gitea
|
# DOCKER_ORG: gitea
|
||||||
# DOCKER_LATEST: latest
|
# DOCKER_LATEST: latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "testseetsetsetstse"
|
# - run: echo "testseetsetsetstse"
|
||||||
# - name: To Main
|
# - name: To Main
|
||||||
# run: cd /opt/workspace/TOPVERSE_Official
|
# run: cd /opt/workspace/TOPVERSE_Official
|
||||||
# - name: Git
|
# - name: Git
|
||||||
# run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /opt/workspace/website
|
# run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /opt/workspace/website
|
||||||
# - name: Install & Build
|
- name: Install & Build
|
||||||
# run: |
|
run: |
|
||||||
# cd /opt/workspace/website
|
cd /data/TOPVERSE_Official
|
||||||
# pnpm i
|
pnpm i
|
||||||
# pnpm generate
|
pnpm generate
|
||||||
# - name: Build
|
# - name: Build
|
||||||
# run:
|
# run:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue