1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-02-03 02:23:38 +08:00

fix: 修复CD流水线vercel发布异常

This commit is contained in:
chu fan
2023-10-10 11:21:06 +08:00
parent 5e1aedbd46
commit 384a752474

View File

@@ -100,7 +100,7 @@ jobs:
name: "部署到Vercel平台"
needs:
- install-init
runs-on: ubuntu-latest
runs-on: macos-latest
if: github.repository == '142vip/408CSFamily'
steps:
- name: Checkout Code
@@ -110,7 +110,7 @@ jobs:
# “最近更新时间” 等 git 日志相关信息,需要拉取全部提交记录
fetch-depth: 0
- name: Restore Dependencies From Cache
- name: Restore Dependencies From cache
uses: actions/cache@v3
with:
path: |