Skip to content

Commit 38f79cf

Browse files
committed
Build and deploy every week
1 parent 0280c09 commit 38f79cf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ name: Deploy Ruby documentation
22

33
on:
44
push:
5-
branches: ["master", "build_rails_doc"]
5+
branches: ["master", "cron"]
6+
schedule:
7+
- cron: "40 8 * * *"
68

79
# Allows you to run this workflow manually from the Actions tab
810
workflow_dispatch:

0 commit comments

Comments
 (0)