This commit is contained in:
root 2024-05-25 21:06:56 +08:00
parent 72b0ea97fd
commit 71f8720200
1 changed files with 10 additions and 10 deletions

View File

@ -4,8 +4,8 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: server
container: node:21
runs-on: linux
# container: node:21
# container:
# image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest
# volumes:
@ -14,16 +14,16 @@ jobs:
# DOCKER_ORG: gitea
# DOCKER_LATEST: latest
steps:
# - run: echo "testseetsetsetstse"
- run: echo "testseetsetsetstse"
# - name: To Main
# run: cd /opt/workspace/TOPVERSE_Official
- name: Git
run: git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/workspace/website
- name: Install & Build
run: |
cd /opt/workspace/website
pnpm i
pnpm generate
# - name: Git
# run: git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/workspace/website
# - name: Install & Build
# run: |
# cd /opt/workspace/website
# pnpm i
# pnpm generate
# - name: Build
# run: