Skip to content

Commit

Permalink
Add cron schedule for site publication
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Sep 22, 2024
1 parent 305048f commit 1cb286c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ name: Publish

on:
push:
schedule:
- cron: '30 15 * * *'

permissions:
deployments: write
Expand Down

0 comments on commit 1cb286c

Please sign in to comment.