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