We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff3cedc commit 98f2aa5Copy full SHA for 98f2aa5
.github/workflows/docs.yml
@@ -1,6 +1,9 @@
1
name: Release docs
2
3
on:
4
+ schedule:
5
+ # Triggers the workflow every day at 17:30 UTC
6
+ - cron: '30 17 * * *'
7
push:
8
branches:
9
- main
0 commit comments