From 23be6a1d07bd1502869acf9d8644620049b592a7 Mon Sep 17 00:00:00 2001 From: SkwalExe Date: Sun, 9 Jun 2024 12:46:02 +0200 Subject: [PATCH] Fix vitepress deployment workflow error --- .github/workflows/docs_deploy.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 5f594fc..1144a6f 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -33,6 +33,8 @@ jobs: with: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm + with: + run_install: false - name: Setup Node uses: actions/setup-node@v4 with: