We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68bacf8 commit c4b4a9dCopy full SHA for c4b4a9d
.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.4'
+ version: '1.5'
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