Skip to content

Commit c25df01

Browse files
committed
Add workflow dispatch option for doc build
1 parent 2778e1c commit c25df01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
- main
1111
tags:
1212
- "v*" # Push events to matching v*, i.e. v1.0, v20.15.10
13+
workflow_dispatch:
1314

1415
jobs:
1516
build-docs:

0 commit comments

Comments
 (0)