Skip to content

Commit 98f2aa5

Browse files
authored
Update docs.yml
1 parent ff3cedc commit 98f2aa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yml

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Release docs
22

33
on:
4+
schedule:
5+
# Triggers the workflow every day at 17:30 UTC
6+
- cron: '30 17 * * *'
47
push:
58
branches:
69
- main

0 commit comments

Comments
 (0)