We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0585939 commit 9fd9ca5Copy full SHA for 9fd9ca5
1 file changed
.github/workflows/build_main_documentation.yml
@@ -197,6 +197,7 @@ jobs:
197
198
- name: Push to repositories
199
run: |
200
+ source venv-doc/bin/activate
201
cd optimum/optimum-doc-build
202
sudo chmod -R ugo+rwx optimum
203
doc-builder push optimum --doc_build_repo_id "hf-doc-build/doc-build" --token "${{ secrets.HF_DOC_BUILD_PUSH }}" --commit_msg "Updated with commit ${{ github.sha }} See: https://github.com/huggingface/optimum/commit/${{ github.sha }}" --n_retries 5 --upload_version_yml
0 commit comments