We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9566634 commit 34e7124Copy full SHA for 34e7124
.github/workflows/trigger-docs-build.yml
@@ -5,6 +5,8 @@ on:
5
schedule:
6
# every day at 1:00
7
- cron: '0 1 * * *'
8
+ workflow_dispatch:
9
+
10
11
jobs:
12
docs:
0 commit comments