Skip to content

Commit

Permalink
Merge pull request #3 from danbarr/publish-schedule
Browse files Browse the repository at this point in the history
Add schedule for publish workflow
  • Loading branch information
evankanderson authored Jan 7, 2025
2 parents 00efa8b + 4422c6c commit 5a85525
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
# on pushes to the main branch under docs.
workflow_dispatch:

# Run once a day until further automation is wired up.
schedule:
- cron: "15 0 * * *"

jobs:
build:
name: Deploy to GitHub Pages
Expand Down

0 comments on commit 5a85525

Please sign in to comment.