Skip to content

Commit 6e92120

Browse files
committed
fix
1 parent de23098 commit 6e92120

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,7 @@ jobs:
4343
- name: Make documentation
4444
shell: bash
4545
run: |
46-
doc-builder build optimum.intel docs/source/ \
47-
--repo_name optimum-intel \
48-
--build_dir intel-doc-build/ \
49-
--version pr_${{ env.PR_NUMBER }} \
50-
--version_tag_suffix "" \
51-
--html \
52-
--clean
46+
make doc BUILD_DIR=./intel-doc-build/ VERSION=pr_${{ env.PR_NUMBER }}
5347
cd intel-doc-build
5448
mv optimum.intel optimum-intel
5549
echo ${{ env.COMMIT_SHA }} > ./commit_sha

0 commit comments

Comments
 (0)