We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f39402 commit d6b7da6Copy full SHA for d6b7da6
.github/workflows/documentation.yml
@@ -12,8 +12,8 @@ jobs:
12
- uses: actions/checkout@v2
13
- uses: julia-actions/setup-julia@latest
14
with:
15
- # Build documentation on Julia 1.0
16
- version: '1.0'
+ # Build documentation on Julia 1.10
+ version: '1.10'
17
- name: Install dependencies
18
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
19
- name: Build and deploy
0 commit comments