Skip to content

Commit 71be1d7

Browse files
Change update so it runs after the mappings files were generated
1 parent cec384a commit 71be1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: [main]
66
schedule:
7-
- cron: '0 0 * * *'
7+
- cron: '0 8 * * *'
88
workflow_dispatch:
99

1010
jobs:

0 commit comments

Comments
 (0)