From 8c7309e203a590f8f855d83fda9c657212fb9792 Mon Sep 17 00:00:00 2001 From: Ahoo Wang Date: Wed, 15 Jan 2025 14:36:13 +0800 Subject: [PATCH] feat(doc): remote unused step --- .github/workflows/document-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/document-deploy.yml b/.github/workflows/document-deploy.yml index e3fd59c328..14b68e698f 100644 --- a/.github/workflows/document-deploy.yml +++ b/.github/workflows/document-deploy.yml @@ -46,9 +46,9 @@ jobs: - name: Setup Node.js uses: actions/setup-node@v4 - working-directory: documentation with: node-version: 18 + cache-dependency-path: documentation/yarn.lock cache: yarn - name: Build VitePress site