Skip to content

Commit

Permalink
Fix main doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
regisss committed Jul 7, 2023
1 parent 8bdc166 commit f6dace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_main_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ jobs:
- name: Push to repositories
run: |
cd optimum/optimum-doc-build
chmod ugo+rwx optimum
sudo chmod -R ugo+rwx optimum
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
shell: bash

0 comments on commit f6dace2

Please sign in to comment.