Skip to content

Commit 28fd5ae

Browse files
committed
build docs with julia 1.10
see if julia 1.11 is the reason for push failures
1 parent 14f62eb commit 28fd5ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: julia-actions/setup-julia@latest
1515
with:
16-
version: '1'
16+
version: '1.10'
1717
- name: Install dependencies
1818
run: julia --project=docs --color=yes -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
1919
- name: Build and deploy

0 commit comments

Comments
 (0)