Skip to content

Commit 1b2e3b3

Browse files
authored
[Fix] doc-builder notebook-to-mdx command path (#472)
1 parent 6d10429 commit 1b2e3b3

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build_main_documentation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,10 +154,7 @@ jobs:
154154
155155
- name: Convert notebooks to markdown files
156156
if: inputs.convert_notebooks
157-
run: |
158-
cd doc-builder
159-
doc-builder notebook-to-mdx ${{ env.doc_folder }}
160-
cd ..
157+
run: doc-builder notebook-to-mdx ${{ env.doc_folder }}
161158

162159
- name: Make documentation
163160
shell: bash

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,7 @@ jobs:
140140
141141
- name: Convert notebooks to markdown files
142142
if: inputs.convert_notebooks
143-
run: |
144-
cd doc-builder
145-
doc-builder notebook-to-mdx ${{ env.doc_folder }}
146-
cd ..
143+
run: doc-builder notebook-to-mdx ${{ env.doc_folder }}
147144

148145
- name: Make documentation
149146
env:

0 commit comments

Comments
 (0)