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 1425899 commit 80aa721Copy full SHA for 80aa721
.github/workflows/docs.yml
@@ -24,7 +24,7 @@ jobs:
24
- uses: julia-actions/setup-julia@v2
25
with:
26
version: '1.10'
27
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
28
- name: Install dependencies
29
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
30
- name: Build and deploy
0 commit comments