Skip to content

Commit a6a8a62

Browse files
authored
fix(workflow): run workflow on schedule ZMS-242 (#6)
1 parent eba6b45 commit a6a8a62

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy-pages-docs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ on:
66
push:
77
branches: [main]
88

9+
# To keep the documentation up-to-date
10+
schedule:
11+
- cron: '0 10 1 * *' # 10 AM UTC on 1st of every month
12+
913
# Allows you to run this workflow manually from the Actions tab
1014
workflow_dispatch:
1115

0 commit comments

Comments
 (0)