Skip to content

Commit 34e2de8

Browse files
feat(CI): add ISR schedule for daily builds
1 parent 4637015 commit 34e2de8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Deploy to GitHub Pages
22

33
on:
4+
schedule:
5+
- cron: "30 6 * * *"
46
# Trigger the workflow every time you push to the `main` branch
57
# Using a different branch name? Replace `main` with your branch’s name
68
push:

0 commit comments

Comments
 (0)