Rebuild every three hours

This commit is contained in:
JP Hastings-Spital 2023-06-16 22:15:45 +01:00
parent 1159c567b3
commit 8d6d5af226

View file

@ -3,6 +3,8 @@ name: Deploy Hugo site to Pages
on:
push:
branches: ["main"]
schedule:
- cron: 0 */3 * * *
workflow_dispatch: