Skip to content

Commit b251a16

Browse files
committed
fix
1 parent 6e92120 commit b251a16

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_pr_documentation.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ jobs:
4343
- name: Make documentation
4444
shell: bash
4545
run: |
46-
make doc BUILD_DIR=./intel-doc-build/ VERSION=pr_${{ env.PR_NUMBER }}
47-
cd intel-doc-build
46+
make doc BUILD_DIR=./doc-build/ VERSION=pr_${{ env.PR_NUMBER }}
47+
cd doc-build
4848
mv optimum.intel optimum-intel
4949
echo ${{ env.COMMIT_SHA }} > ./commit_sha
5050
echo ${{ env.PR_NUMBER }} > ./pr_number
5151
5252
- uses: actions/upload-artifact@v4
5353
with:
5454
name: doc-build-artifact
55-
path: optimum-intel/intel-doc-build/
55+
path: doc-build/optimum-intel

0 commit comments

Comments
 (0)