Fix Docs YAML boolean (#18072)

Signed-off-by: Glenn Jocher <glenn.jocher@ultralytics.com>
Signed-off-by: UltralyticsAssistant <web@ultralytics.com>
Co-authored-by: UltralyticsAssistant <web@ultralytics.com>
This commit is contained in:
Glenn Jocher 2024-12-06 16:40:32 +01:00 committed by GitHub
parent c284a9e974
commit 89a3de1ba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@ on:
inputs:
publish_docs:
description: "Publish live to https://docs.ultralytics.com"
default: "true"
default: true
type: boolean
jobs: