Skip to content

Commit 1695832

Browse files
committed
workflows
1 parent 4d8cde0 commit 1695832

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ on:
66
publish_branch:
77
type: string
88
required: false
9-
description: "Target branch to deploy the built docs"
9+
description: "Target branch (default: gh-pages)"
1010
workflow_call:
1111
inputs:
1212
publish_branch:
1313
type: string
1414
required: false
15-
description: "Target branch to deploy the built docs"
15+
description: "Target branch (default: gh-pages)"
1616
push:
1717
branches:
1818
- master

0 commit comments

Comments
 (0)