更新 .gitea/workflows/action.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 2m27s Details

This commit is contained in:
huxin 2024-05-28 01:55:23 +08:00
parent 3a38317afd
commit 2aedf297bc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
- 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
run: git clone http://127.0.0.1:3000/topverse/TOPVERSE_Official /opt/workspace/TOPVERSE_Official
- name: Install
run: cd /opt/workspace/TOPVERSE_Official && ./deploy.sh
# - name: Build