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 ec6bce9 commit d4ff046Copy full SHA for d4ff046
action.yml
@@ -51,7 +51,7 @@ runs:
51
python-version: '3.10'
52
53
- name: Install dependencies
54
- run: pip install -r requirements.txt
+ run: pip install -r ${{ github.action_path }}/requirements.txt
55
shell: bash
56
57
- name: Set GH Action URL
@@ -62,7 +62,7 @@ runs:
62
env:
63
GITHUB_REPO_NAME: ${{ github.repository}}
64
run: |
65
- python scripts/generate_docs.py \
+ python ${{ github.action_path }}/scripts/generate_docs.py \
66
--server-address ${{ inputs.runllm_server_address }} \
67
--api-key ${{ inputs.runllm_api_key }} \
68
--input-api-file ${{ inputs.input_api_file }} \
0 commit comments