Skip to content

Commit f49ed08

Browse files
authored
Add nightly build forndeployment workflow (#441)
1 parent ac54fe4 commit f49ed08

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
push:
66
branches:
77
- main
8+
schedule:
9+
- cron: '30 20 * * *' # Warning: Timezone dep - 20:00 is 1:00
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)