1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-25 19:19:50 +08:00

feat: update ci

This commit is contained in:
喜欢芝士的妹妹
2023-09-02 00:57:37 +08:00
committed by chufan
parent 19f379e123
commit 372dc792c7
7 changed files with 110 additions and 97 deletions

View File

@@ -5,17 +5,20 @@ on:
branches:
- master
- next
pull_request:
branches:
- master
- next
# pull_request:
# branches:
# - master
# - next
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
fetch-depth: 0
- name: sync to vercel
uses: amondnet/vercel-action@v20