diff --git a/.github/workflows/api_inference_generate_documentation.yml b/.github/workflows/api_inference_generate_documentation.yml index f9676df41..f693becf4 100644 --- a/.github/workflows/api_inference_generate_documentation.yml +++ b/.github/workflows/api_inference_generate_documentation.yml @@ -32,6 +32,7 @@ jobs: - name: Install pnpm uses: pnpm/action-setup@v2 with: + package_json_file: scripts/api-inference/package.json run_install: true - name: Generate API inference documentation