Skip to content

Commit 53078ba

Browse files
committed
chore(workflows/publish-docs): update config
1 parent 729083a commit 53078ba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish docs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ on:
77
paths:
88
- 'docs/docs/**'
99
workflow_dispatch:
10+
inputs:
11+
branch:
12+
description: 'doc is designed be published from develop'
13+
required: true
14+
default: 'develop'
15+
type: choice
16+
options:
17+
- 'develop'
1018

1119
jobs:
1220
publish-docs:

0 commit comments

Comments
 (0)