File tree 1 file changed +10
-11
lines changed
1 file changed +10
-11
lines changed Original file line number Diff line number Diff line change 49
49
with :
50
50
version : ${{ matrix.julia-version }}
51
51
arch : x64
52
+ - uses : julia-actions/cache@v1
53
+ # For the time being cache artifacts only for squashfs, we need too much
54
+ # storage for the unpacked shards
55
+ if : ${{ matrix.squashfs == true }}
56
+ with :
57
+ # Reserve entire cache to artifacts
58
+ cache-name : ${{ matrix.squashfs }}
59
+ cache-artifacts : " true"
60
+ cache-packages : " false"
61
+ cache-registries : " false"
52
62
- uses : julia-actions/julia-buildpkg@latest
53
63
- name : System info
54
64
run : julia --project=. --color=yes -e "using BinaryBuilderBase; BinaryBuilderBase.versioninfo()"
70
80
- uses : julia-actions/setup-julia@latest
71
81
with :
72
82
version : " 1.7"
73
- - name : Cache artifacts
74
- uses : actions/cache@v2
75
- env :
76
- cache-name : cache-artifacts
77
- with :
78
- path : ~/.julia/artifacts
79
- key : ${{ runner.os }}-docs-${{ env.cache-name }}-${{ hashFiles('**/docs/Project.toml') }}
80
- restore-keys : |
81
- ${{ runner.os }}-docs-${{ env.cache-name }}-
82
- ${{ runner.os }}-docs-
83
- ${{ runner.os }}-
84
83
- uses : julia-actions/julia-docdeploy@releases/v1
85
84
env :
86
85
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }}
You can’t perform that action at this time.
0 commit comments