Skip to content

Commit

Permalink
fix: 修复CD流水线vercel发布异常
Browse files Browse the repository at this point in the history
  • Loading branch information
chu fan committed Oct 10, 2023
1 parent 5e1aedb commit 384a752
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CD.yaml
Expand Up @@ -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
Expand All @@ -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: |
Expand Down

0 comments on commit 384a752

Please sign in to comment.