Skip to content

Commit efd2cc9

Browse files
committed
Build multidocs every day
1 parent 4a7362b commit efd2cc9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/Deploy.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ on:
33
push:
44
branches:
55
- main
6+
schedule:
7+
- cron: '0 0 * * *' # Run every day at 12am.
68
jobs:
79
aggregate:
810
runs-on: ubuntu-latest
911
steps:
10-
- uses: actions/checkout@v2
11-
- uses: julia-actions/setup-julia@v1
12+
- uses: actions/checkout@v4
13+
- uses: julia-actions/setup-julia@v2
1214
with:
1315
version: '1'
1416
- name: Install dependencies

0 commit comments

Comments
 (0)