mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-10 18:03:01 +00:00
chore(workflows/publish-docs): update config
This commit is contained in:
parent
729b123e46
commit
5d08b6858d
8
.github/workflows/publish docs.yml
vendored
8
.github/workflows/publish docs.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user