This commit is contained in:
root 2024-05-25 19:02:55 +08:00
parent 582e2f32a6
commit f68b92d426
1 changed files with 5 additions and 3 deletions

View File

@ -14,10 +14,12 @@ jobs:
# DOCKER_ORG: gitea
# DOCKER_LATEST: latest
steps:
- name: Build & Deploy
- name: To Main
run: cd /opt/workspace/TOPVERSE_Official
- name: Git PULL
run: git pull
- name: Install & Build
run: |
cd /opt/workspace/TOPVERSE_Official
git pull
pnpm i
pnpm generate
# - name: Build