Skip to content

Commit db984c4

Browse files
authored
Upddate Website every morning
1 parent 4107567 commit db984c4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
push:
66
repository_dispatch:
77
types: [preview-content]
8+
schedule:
9+
# runs on begin (local time, depends on daylight savings times) of every day
10+
- cron: '30 2 * * *'
811

912
concurrency:
1013
group: ci-${{ github.event_name }}-${{(github.event_name == 'push' && 'push') || 'preview'}}-${{(github.event_name == 'push' && github.ref_name) || github.event.client_payload.branch}}

0 commit comments

Comments
 (0)