Skip to content

Commit

Permalink
added cron job to pkgdown yml
Browse files Browse the repository at this point in the history
- so site will be rebuilt if automated workflow detects a change
  • Loading branch information
andybeet committed Jan 25, 2024
1 parent 6348fcb commit 76c1e8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
branches:
- main
- master
schedule:
- cron: "0 19 * * 3" # Every Wednesday at 1200 hrs = 1700 UTC


jobs:
Expand Down

0 comments on commit 76c1e8c

Please sign in to comment.