File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change 20
20
version : ' 1'
21
21
arch : ${{ runner.arch }}
22
22
if : steps.julia_in_path.outcome != 'success'
23
+ - uses : julia-actions/cache@v2
23
24
- name : " Add the General registry via Git"
24
25
run : |
25
26
import Pkg
Original file line number Diff line number Diff line change 30
30
with :
31
31
version : ${{ matrix.julia-version }}
32
32
arch : ${{ matrix.julia-arch }}
33
- - name : Cache artifacts
34
- uses : actions/cache@v4
35
- env :
36
- cache-name : cache-artifacts
37
- with :
38
- path : ~/.julia/artifacts
39
- key : ${{ runner.os }}-test-${{ env.cache-name }}-${{ hashFiles('**/Project.toml') }}
40
- restore-keys : |
41
- ${{ runner.os }}-test-${{ env.cache-name }}-
42
- ${{ runner.os }}-test-
43
- ${{ runner.os }}-
33
+ - uses : julia-actions/cache@v2
44
34
- uses : julia-actions/julia-runtest@v1
45
35
env :
46
36
SANDBOX_BUILD_LOCAL_SANDBOX : ${{ matrix.build-local-sandbox }}
56
46
- uses : julia-actions/setup-julia@v1
57
47
with :
58
48
version : " ^1.7.0-0"
59
- - name : Cache artifacts
60
- uses : actions/cache@v4
61
- env :
62
- cache-name : cache-artifacts
63
- with :
64
- path : ~/.julia/artifacts
65
- key : ${{ runner.os }}-docs-${{ env.cache-name }}-${{ hashFiles('**/docs/Project.toml') }}
66
- restore-keys : |
67
- ${{ runner.os }}-docs-${{ env.cache-name }}-
68
- ${{ runner.os }}-docs-
69
- ${{ runner.os }}-
49
+ - uses : julia-actions/cache@v2
70
50
- uses : julia-actions/julia-docdeploy@releases/v1
71
51
env :
72
52
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments