Skip to content

Commit 502b639

Browse files
committed
Add cronjob for periodically updating website with new information from contentful
1 parent 0badb81 commit 502b639

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Continuous Deployment
22
on:
33
push:
44
branches: [master]
5+
schedule:
6+
- cron: '0 0 1 DEC,MAR,JUN,SEP *'
57
workflow_dispatch:
68
jobs:
79
# Build

0 commit comments

Comments
 (0)