Skip to content

Commit d6b7da6

Browse files
author
andre_ramos
committed
update julia docs
1 parent 1f39402 commit d6b7da6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: julia-actions/setup-julia@latest
1414
with:
15-
# Build documentation on Julia 1.0
16-
version: '1.0'
15+
# Build documentation on Julia 1.10
16+
version: '1.10'
1717
- name: Install dependencies
1818
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
1919
- name: Build and deploy

0 commit comments

Comments
 (0)