Skip to content

Commit 5a85525

Browse files
Merge pull request #3 from danbarr/publish-schedule
Add schedule for publish workflow
2 parents 00efa8b + 4422c6c commit 5a85525

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/publish.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ on:
1111
# on pushes to the main branch under docs.
1212
workflow_dispatch:
1313

14+
# Run once a day until further automation is wired up.
15+
schedule:
16+
- cron: "15 0 * * *"
17+
1418
jobs:
1519
build:
1620
name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)