Skip to content

Commit

Permalink
ci: schedule to rebuild every monday
Browse files Browse the repository at this point in the history
  • Loading branch information
zaldih committed Apr 27, 2024
1 parent f2df674 commit 2e66180
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Deploy to GitHub Pages
on:
push:
branches: [main]
schedule: # Rebuild "Social Wall" section.
- cron: "*/5 * * * *" # Every monday at 00:00h
schedule: # Rebuild "Social Wall" section.
- cron: "0 0 * * 1" # Every monday at 00:00h
workflow_dispatch:

# Allow this job to clone the repo and create a page deployment
Expand Down

0 comments on commit 2e66180

Please sign in to comment.