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: