Skip to content

Commit 8d20bc5

Browse files
authored
Update test_antora.yml
1 parent 4348c84 commit 8d20bc5

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/test_antora.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
name: Pr preview
1+
name: Test
22

33
on:
4-
pull_request:
4+
workflow_dispatch:
5+
inputs:
6+
source_branch:
7+
description: '要构建的文档分支,比如 v4.5'
8+
required: false
9+
default: ''
510

611
jobs:
712
build-and-deploy:

0 commit comments

Comments
 (0)