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:
parent
c284a9e974
commit
89a3de1ba8
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -23,7 +23,7 @@ on:
|
|||
inputs:
|
||||
publish_docs:
|
||||
description: "Publish live to https://docs.ultralytics.com"
|
||||
default: "true"
|
||||
default: true
|
||||
type: boolean
|
||||
|
||||
jobs:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue