Skip to content

Commit

Permalink
chore(workflows/publish-docs): update config
Browse files Browse the repository at this point in the history
  • Loading branch information
JackLian committed Dec 14, 2023
1 parent 729083a commit 53078ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/publish docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ on:
paths:
- 'docs/docs/**'
workflow_dispatch:
inputs:
branch:
description: 'doc is designed be published from develop'
required: true
default: 'develop'
type: choice
options:
- 'develop'

jobs:
publish-docs:
Expand Down

0 comments on commit 53078ba

Please sign in to comment.