Add patches section and fix Docs CI (#3193)

This commit is contained in:
Glenn Jocher 2023-06-15 21:44:25 +02:00 committed by GitHub
parent 2f02d8ea53
commit 0a229bd40f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
76 changed files with 99 additions and 75 deletions

View file

@ -63,7 +63,7 @@ jobs:
python -m twine upload dist/* -u __token__ -p $PYPI_TOKEN
- name: Deploy Docs
continue-on-error: true
if: ((github.event_name == 'push' && (contains(github.event.head_commit.message, 'docs/') || contains(github.event.head_commit.message, 'mkdocs.yaml'))) || github.event.inputs.docs == 'true') && github.repository == 'ultralytics/ultralytics' && github.actor == 'glenn-jocher'
if: (github.event_name == 'push' || github.event.inputs.docs == 'true') && github.repository == 'ultralytics/ultralytics' && github.actor == 'glenn-jocher'
env:
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
run: |