更新 .gitea/workflows/action.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 0s Details

This commit is contained in:
huxin 2024-05-28 00:24:38 +08:00
parent dcf2660672
commit f4a931c12a
1 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: linux runs-on: linux_centos
# container: node:21 # container: node:21
# container: # container:
# image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest # image: ghcr.nju.edu.cn/catthehacker/ubuntu:act-latest
@ -15,10 +15,10 @@ jobs:
# DOCKER_LATEST: latest # DOCKER_LATEST: latest
steps: steps:
# - run: echo "testseetsetsetstse" # - run: echo "testseetsetsetstse"
# - name: To Main - name: Init Env
# run: run: rm -rf /opt/workspace/TOPVERSE_Official
# - name: Git - name: Git
# run: git clone http://www.topverse.world:3000/huxin/TOPVERSE_Official /opt/workspace/website run: git clone http://127.0.0.1:3000/huxin/TOPVERSE_Official /opt/workspace/TOPVERSE_Official
- name: Install - name: Install
run: cd /opt/workspace/TOPVERSE_Official && ./deploy.sh run: cd /opt/workspace/TOPVERSE_Official && ./deploy.sh
# - name: Build # - name: Build