From c0cef9c8b0fc20cca275a5cdf201e775c086ea5d Mon Sep 17 00:00:00 2001 From: chu fan Date: Mon, 16 Oct 2023 18:53:49 +0800 Subject: [PATCH] chore: update --- .github/workflows/CD.yaml | 3 ++- .github/workflows/CI.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CD.yaml b/.github/workflows/CD.yaml index 890712d..b4c3a75 100644 --- a/.github/workflows/CD.yaml +++ b/.github/workflows/CD.yaml @@ -48,7 +48,8 @@ jobs: ## 淘宝镜像加速 registry-url: 'https://registry.npmmirror.com' - - run: ./scripts/ci + - name: Install Dependencies + run: ./scripts/ci # 运行构建脚本 - name: Build VuePress Site diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d2de991..bd98154 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -48,7 +48,8 @@ jobs: ## 淘宝镜像加速 registry-url: 'https://registry.npmmirror.com' - - run: ./scripts/ci + - name: Install Dependencies + run: ./scripts/ci - name: Cache Dependencies uses: actions/cache@v3