File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5757 shell : bash
5858 run : |
5959 make doc BUILD_DIR=./doc-build VERSION=${{ env.VERSION }}
60- mv ./doc-build/optimum.intel ./doc-build/ optimum-intel
61- doc-builder push ./doc-build/ optimum-intel \
60+ mv ./doc-build/optimum.intel optimum-intel
61+ doc-builder push optimum-intel \
6262 --doc_build_repo_id "hf-doc-build/doc-build" \
6363 --commit_msg "Updated with commit $COMMIT_SHA See: https://github.com/huggingface/optimum-intel/commit/$COMMIT_SHA" \
64- --token "${{ secrets.HF_DOC_BUILD_PUSH }}" \
64+ --token "${{ secrets.HF_DOC_BUILD_PUSH }}" \
6565 --n_retries 5
Original file line number Diff line number Diff line change @@ -44,11 +44,11 @@ jobs:
4444 shell : bash
4545 run : |
4646 make doc BUILD_DIR=./doc-build VERSION=pr_${{ env.PR_NUMBER }}
47- mv ./doc-build/optimum.intel ./doc-build/ optimum-intel
47+ mv ./doc-build/optimum.intel optimum-intel
4848 echo ${{ env.COMMIT_SHA }} > ./commit_sha
4949 echo ${{ env.PR_NUMBER }} > ./pr_number
5050
5151 - uses : actions/upload-artifact@v4
5252 with :
5353 name : doc-build-artifact
54- path : ./doc-build/ optimum-intel
54+ path : optimum-intel
You can’t perform that action at this time.
0 commit comments