We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00efa8b commit 4422c6cCopy full SHA for 4422c6c
1 file changed
.github/workflows/publish.yaml
@@ -11,6 +11,10 @@ on:
11
# on pushes to the main branch under docs.
12
workflow_dispatch:
13
14
+ # Run once a day until further automation is wired up.
15
+ schedule:
16
+ - cron: "15 0 * * *"
17
+
18
jobs:
19
build:
20
name: Deploy to GitHub Pages
0 commit comments