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 0ffee7d commit 5680cb1Copy full SHA for 5680cb1
action.yml
@@ -61,6 +61,7 @@ runs:
61
- name: Update OpenAPI Spec
62
env:
63
GITHUB_REPO_NAME: ${{ github.repository}}
64
+ PYTHONPATH: ${{ github.action_path }}
65
run: |
66
python ${{ github.action_path }}/scripts/generate_docs.py \
67
--server-address ${{ inputs.runllm_server_address }} \
0 commit comments