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 651ba53 commit fc3ab2fCopy full SHA for fc3ab2f
.github/workflows/Documentation.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: actions/checkout@v4
14
- uses: julia-actions/setup-julia@latest
15
with:
16
- version: '1'
+ 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