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 6e92120 commit b251a16Copy full SHA for b251a16
.github/workflows/build_pr_documentation.yml
@@ -43,13 +43,13 @@ jobs:
43
- name: Make documentation
44
shell: bash
45
run: |
46
- make doc BUILD_DIR=./intel-doc-build/ VERSION=pr_${{ env.PR_NUMBER }}
47
- cd intel-doc-build
+ make doc BUILD_DIR=./doc-build/ VERSION=pr_${{ env.PR_NUMBER }}
+ cd doc-build
48
mv optimum.intel optimum-intel
49
echo ${{ env.COMMIT_SHA }} > ./commit_sha
50
echo ${{ env.PR_NUMBER }} > ./pr_number
51
52
- uses: actions/upload-artifact@v4
53
with:
54
name: doc-build-artifact
55
- path: optimum-intel/intel-doc-build/
+ path: doc-build/optimum-intel
0 commit comments