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 fb951f2 commit a08f3b9Copy full SHA for a08f3b9
.github/workflows/render-docs.yml
@@ -20,6 +20,10 @@ jobs:
20
# The type of runner that the job will run on
21
runs-on: ubuntu-latest
22
23
+ defaults:
24
+ run:
25
+ working-directory: python-wrapper
26
+
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
steps:
29
- uses: actions/checkout@v4
@@ -37,4 +41,4 @@ jobs:
37
41
version: 3.6.2
38
42
39
43
- 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