We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e79bb6 commit f113cf3Copy full SHA for f113cf3
.github/workflows/docs.yml
@@ -23,16 +23,7 @@ jobs:
23
with:
24
version: ${{ matrix.julia-version }}
25
- name: Cache artifacts
26
- uses: actions/cache@v1
27
- env:
28
- cache-name: cache-artifacts
29
- with:
30
- path: ~/.julia/artifacts
31
- key: ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
32
- restore-keys: |
33
- ${{ runner.os }}-test-${{ env.cache-name }}-
34
- ${{ runner.os }}-test-
35
- ${{ runner.os }}-
+ uses: julia-actions/cache@v2
36
- name: Install dependencies
37
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
38
- name: Build and deploy
0 commit comments