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