We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4926ffe commit a3eb2ecCopy full SHA for a3eb2ec
.github/actions/build-docs/action.yml
@@ -27,6 +27,6 @@ runs:
27
- name: Fix relative links
28
shell: bash
29
run: |
30
- poetry run python3 fix-relative-links.py ./pdoc ./pdoc
+ poetry run python3 ./.github/actions/build-docs/fix-relative-links.py ./pdoc ./pdoc
31
env:
32
BASE_URL: "https://github.com/pinecone-io/pinecone-python-client/blob/main/"
0 commit comments