Skip to content

Commit 2c1abee

Browse files
authored
Add scheduled job to re-deploy forge.
1 parent 5b3f2fc commit 2c1abee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Deploy To GitHub Pages
22
on:
3+
schedule:
4+
- cron: '0 22 * * *'
35
pull_request:
46
push:
57
branches:

0 commit comments

Comments
 (0)