Skip to content

Commit 355c774

Browse files
committed
fix
1 parent b251a16 commit 355c774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_pr_documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Make documentation
4444
shell: bash
4545
run: |
46-
make doc BUILD_DIR=./doc-build/ VERSION=pr_${{ env.PR_NUMBER }}
46+
make doc BUILD_DIR=./doc-build VERSION=pr_${{ env.PR_NUMBER }}
4747
cd doc-build
4848
mv optimum.intel optimum-intel
4949
echo ${{ env.COMMIT_SHA }} > ./commit_sha

0 commit comments

Comments
 (0)