Skip to content

Commit 95e7b6d

Browse files
committed
new tests
1 parent 9dbcd43 commit 95e7b6d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/api_inference_generate_documentation.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,17 +23,16 @@ jobs:
2323
uses: pnpm/action-setup@v2
2424
with:
2525
run_install: true
26-
package_json_file: ./hub-docs/scripts/api-inference/package.json
26+
package_json_file: ./scripts/api-inference/package.json
2727

2828
# Generate
2929
- name: Generate API inference documentation
3030
run: pnpm run generate
31-
working-directory: ./hub-docs/scripts/api-inference
31+
working-directory: ./scripts/api-inference
3232

3333
# Check changes
3434
- name: Check changes
3535
run: git status
36-
working-directory: ./hub-docs
3736

3837
# Create or update Pull Request
3938
- name: Create Pull Request

0 commit comments

Comments
 (0)