Skip to content

Commit 34e7124

Browse files
authored
✨ ENH: Adding workflow dispatch to docs action for manual triggers (#333)
1 parent 9566634 commit 34e7124

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/trigger-docs-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
schedule:
66
# every day at 1:00
77
- cron: '0 1 * * *'
8+
workflow_dispatch:
9+
810

911
jobs:
1012
docs:

0 commit comments

Comments
 (0)