Skip to content

Commit d4ff046

Browse files
committed
action path
1 parent ec6bce9 commit d4ff046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ runs:
5151
python-version: '3.10'
5252

5353
- name: Install dependencies
54-
run: pip install -r requirements.txt
54+
run: pip install -r ${{ github.action_path }}/requirements.txt
5555
shell: bash
5656

5757
- name: Set GH Action URL
@@ -62,7 +62,7 @@ runs:
6262
env:
6363
GITHUB_REPO_NAME: ${{ github.repository}}
6464
run: |
65-
python scripts/generate_docs.py \
65+
python ${{ github.action_path }}/scripts/generate_docs.py \
6666
--server-address ${{ inputs.runllm_server_address }} \
6767
--api-key ${{ inputs.runllm_api_key }} \
6868
--input-api-file ${{ inputs.input_api_file }} \

0 commit comments

Comments
 (0)