diff --git a/.github/workflows/docs_deploy.yml b/.github/workflows/docs_deploy.yml index 5f594fc..c06253d 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: + package_json_file: "docs/package.json" - name: Setup Node uses: actions/setup-node@v4 with: