We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee2185c commit f1943a1Copy full SHA for f1943a1
.github/workflows/deploy.yml
@@ -8,6 +8,8 @@ on:
8
repository_dispatch:
9
types:
10
- docs
11
+ schedule:
12
+ - cron: '0 1 * * *'
13
14
permissions:
15
id-token: write
0 commit comments