mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-13 12:13:10 +00:00
chore(workflows/publish-docs): update config
This commit is contained in:
parent
729083aa01
commit
53078ba5f0
8
.github/workflows/publish docs.yml
vendored
8
.github/workflows/publish docs.yml
vendored
@ -7,6 +7,14 @@ on:
|
|||||||
paths:
|
paths:
|
||||||
- 'docs/docs/**'
|
- 'docs/docs/**'
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
branch:
|
||||||
|
description: 'doc is designed be published from develop'
|
||||||
|
required: true
|
||||||
|
default: 'develop'
|
||||||
|
type: choice
|
||||||
|
options:
|
||||||
|
- 'develop'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
publish-docs:
|
publish-docs:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user