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 de23098 commit 6e92120Copy full SHA for 6e92120
.github/workflows/build_pr_documentation.yml
@@ -43,13 +43,7 @@ jobs:
43
- name: Make documentation
44
shell: bash
45
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
+ make doc BUILD_DIR=./intel-doc-build/ VERSION=pr_${{ env.PR_NUMBER }}
53
cd intel-doc-build
54
mv optimum.intel optimum-intel
55
echo ${{ env.COMMIT_SHA }} > ./commit_sha
0 commit comments