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 6d10429 commit 1b2e3b3Copy full SHA for 1b2e3b3
.github/workflows/build_main_documentation.yml
@@ -154,10 +154,7 @@ jobs:
154
155
- name: Convert notebooks to markdown files
156
if: inputs.convert_notebooks
157
- run: |
158
- cd doc-builder
159
- doc-builder notebook-to-mdx ${{ env.doc_folder }}
160
- cd ..
+ run: doc-builder notebook-to-mdx ${{ env.doc_folder }}
161
162
- name: Make documentation
163
shell: bash
.github/workflows/build_pr_documentation.yml
@@ -140,10 +140,7 @@ jobs:
140
141
142
143
144
145
146
147
148
149
env:
0 commit comments