Skip to content

Commit a08f3b9

Browse files
committed
Choose correct working dir for python-wrapper
1 parent fb951f2 commit a08f3b9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/render-docs.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ jobs:
2020
# The type of runner that the job will run on
2121
runs-on: ubuntu-latest
2222

23+
defaults:
24+
run:
25+
working-directory: python-wrapper
26+
2327
# Steps represent a sequence of tasks that will be executed as part of the job
2428
steps:
2529
- uses: actions/checkout@v4
@@ -37,4 +41,4 @@ jobs:
3741
version: 3.6.2
3842

3943
- name: Render ref docs
40-
run: uv run bash ./scripts/render_docs.sh
44+
run: uv run bash ../scripts/render_docs.sh

0 commit comments

Comments
 (0)