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 2147018 commit 6d10429Copy full SHA for 6d10429
.github/workflows/build_main_documentation.yml
@@ -156,7 +156,7 @@ jobs:
156
if: inputs.convert_notebooks
157
run: |
158
cd doc-builder
159
- doc-builder notebook-to-mdx ${{ env.doc_folder }}"
+ doc-builder notebook-to-mdx ${{ env.doc_folder }}
160
cd ..
161
162
- name: Make documentation
.github/workflows/build_pr_documentation.yml
@@ -142,7 +142,7 @@ jobs:
142
143
144
145
146
147
148
0 commit comments