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 b251a16 commit 355c774Copy full SHA for 355c774
.github/workflows/build_pr_documentation.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Make documentation
44
shell: bash
45
run: |
46
- make doc BUILD_DIR=./doc-build/ VERSION=pr_${{ env.PR_NUMBER }}
+ make doc BUILD_DIR=./doc-build VERSION=pr_${{ env.PR_NUMBER }}
47
cd doc-build
48
mv optimum.intel optimum-intel
49
echo ${{ env.COMMIT_SHA }} > ./commit_sha
0 commit comments