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:
4
.github/workflows/CD.yaml
vendored
4
.github/workflows/CD.yaml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user