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 05fb3d4 commit b20c5aaCopy full SHA for b20c5aa
.github/workflows/documentation.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v2
17
- uses: julia-actions/setup-julia@v1
18
with:
19
- version: '1.9'
+ version: '1'
20
- name: Install dependencies
21
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
22
- name: Build and deploy
0 commit comments