Skip to content

Commit

Permalink
configure schedule update to refresh "next event" weekly
Browse files Browse the repository at this point in the history
  • Loading branch information
kmackenzieii committed Nov 11, 2024
1 parent 0f77d21 commit 147ccf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pelican.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Deploy to GitHub Pages
on:
schedule:
# Min, Hr, Day, Mon, WkDay
# Every saturday (day 6) at 6:06
- cron: "6 6 * * 6"
push:
branches: ["main"]
workflow_dispatch:
Expand Down

0 comments on commit 147ccf9

Please sign in to comment.