We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5573698 commit bec1669Copy full SHA for bec1669
.github/workflows/Documenter.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: julia-actions/setup-julia@v2
20
with:
21
version: '1.6'
22
- - uses: julia-actions/cache@v1
+ - uses: julia-actions/cache@v2
23
- name: Install dependencies
24
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
25
- name: Build and deploy
0 commit comments