From 41961eb7c3a3259e2ad02a88e1407207a46661c1 Mon Sep 17 00:00:00 2001 From: SkwalExe Date: Sun, 9 Jun 2024 13:06:25 +0200 Subject: [PATCH] Fix vitepress deployment worlflow --- .github/workflows/docs_deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index c06253d..1c34ad0 100644 --- a/.github/workflows/docs_deploy.yml +++ b/.github/workflows/docs_deploy.yml @@ -34,7 +34,8 @@ jobs: fetch-depth: 0 # Not needed if lastUpdated is not enabled - uses: pnpm/action-setup@v3 # Uncomment this if you're using pnpm with: - package_json_file: "docs/package.json" + run_install: | + - cwd: "docs/" - name: Setup Node uses: actions/setup-node@v4 with: