From 1bd166ca0caedc74ba0a0378f894ff24d724dc2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9opold=20Koprivnik?= Date: Sun, 9 Jun 2024 12:54:49 +0200 Subject: [PATCH] Revert "Fix vitepress deployment workflow error" --- .github/workflows/docs_deploy.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 1144a6f..5f594fc 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -33,8 +33,6 @@ 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: