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 0e382c6 commit b96d316Copy full SHA for b96d316
.github/workflows/build_pr_documentation.yml
@@ -45,6 +45,7 @@ jobs:
45
run: |
46
make doc BUILD_DIR=./doc-build VERSION=pr_${{ env.PR_NUMBER }}
47
mv ./doc-build/optimum.intel optimum-intel
48
+ cd optimum-intel
49
echo ${{ env.COMMIT_SHA }} > ./commit_sha
50
echo ${{ env.PR_NUMBER }} > ./pr_number
51
0 commit comments