Skip to content

Commit

Permalink
Add scheduled rebuild on Jan 1st
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander01998 committed Jan 3, 2025
1 parent 6e1b459 commit a78a362
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ name: Deploy Hugo site to Pages
on:
push:
branches: ["master"]
schedule:
# cron: minute, hour, day of month, month, day of week
# Update the copyright year on Jan 1st
- cron: "0 0 1 1 *"
workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
Expand Down

0 comments on commit a78a362

Please sign in to comment.