We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740ded4 commit ecf12b1Copy full SHA for ecf12b1
.github/workflows/deploy-docs.yml
@@ -1,6 +1,7 @@
1
name: Deploy Docs
2
3
on:
4
+ workflow_dispatch:
5
schedule:
6
- cron: '0 3 * * *' # every day at 3 am UTC
7
0 commit comments