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 4be8ef2 commit 78fcad5Copy full SHA for 78fcad5
.github/workflows/Documentation.yml
@@ -14,7 +14,7 @@ jobs:
14
- uses: actions/checkout@v4
15
- uses: julia-actions/setup-julia@latest
16
with:
17
- version: '1.10'
+ version: '1'
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