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 9c3e916 commit d67b8c4Copy full SHA for d67b8c4
.github/workflows/build_pr_documentation.yml
@@ -45,7 +45,6 @@ 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