Skip to content

Commit

Permalink
Fix cron statement
Browse files Browse the repository at this point in the history
  • Loading branch information
lauft committed Jan 23, 2025
1 parent f750019 commit 698ea25
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: Deploy Taskwarrior site to GitHub Pages

on:
cron:
# Run every Saturday at 00:00 UTC
- schedule: "0 0 * * 6"
# Run every Saturday at 00:00 UTC
schedule:
- cron: 0 0 * * 6

# Runs on pushes targeting the default branch
push:
branches: ["master"]
Expand Down

0 comments on commit 698ea25

Please sign in to comment.