Skip to content

Commit f113cf3

Browse files
authored
Update docs.yml
1 parent 2e79bb6 commit f113cf3

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/docs.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,7 @@ jobs:
2323
with:
2424
version: ${{ matrix.julia-version }}
2525
- 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 }}-
26+
uses: julia-actions/cache@v2
3627
- name: Install dependencies
3728
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
3829
- name: Build and deploy

0 commit comments

Comments
 (0)