We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c320c06 commit a796ef8Copy full SHA for a796ef8
.github/workflows/Documenter.yml
@@ -15,7 +15,7 @@ jobs:
15
- uses: actions/checkout@v2
16
- uses: julia-actions/setup-julia@latest
17
with:
18
- version: '1.7'
+ version: '1.10'
19
- name: Install dependencies
20
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
21
- name: Build and deploy
0 commit comments