Add YOLOv5 tutorials to docs.ultralytics.com (#1657)

Co-authored-by: ayush chaurasia <ayush.chaurarsia@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Sergiu Waxmann <47978446+sergiuwaxmann@users.noreply.github.com>
This commit is contained in:
Glenn Jocher 2023-03-29 22:56:52 +02:00 committed by GitHub
parent ec10002a4a
commit ccb6419835
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
29 changed files with 3656 additions and 278 deletions

View file

@ -5,9 +5,9 @@ name: Check Broken links
on:
push:
branches: [main]
branches: [na]
pull_request:
branches: [main]
branches: [na]
workflow_dispatch:
schedule:
- cron: '0 0 * * *' # runs at 00:00 UTC every day