File tree Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Expand file tree Collapse file tree 1 file changed +14
-6
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,22 @@ jobs:
21
21
-
22
22
name : Checkout
23
23
uses : actions/checkout@v2
24
+ with :
25
+ fetch-depth : 0
24
26
-
25
27
name : Cache cake frosting
26
28
id : cache-cake
27
29
28
30
with :
29
31
path : run
30
32
key : run-${{ runner.os }}-${{ hashFiles('./build/**') }}
33
+ -
34
+ name : Use cached tools
35
+ id : cache-tools
36
+
37
+ with :
38
+ path : tools
39
+ key : tools-${{ runner.os }}-${{ hashFiles('./build/**') }}
31
40
-
32
41
name : ' [Prepare]'
33
42
if : steps.cache-cake.outputs.cache-hit != 'true'
41
50
-
42
51
name : Checkout
43
52
uses : actions/checkout@v2
44
- -
45
- name : Fetch all history for all tags and branches
46
- run : git fetch --prune --unshallow
53
+ with :
54
+ fetch-depth : 0
47
55
-
48
56
name : Use cached cake frosting
49
57
id : cache-cake
75
83
with :
76
84
github_token : ${{ secrets.GITHUB_TOKEN }}
77
85
reporter : github-pr-check
86
+
78
87
publish :
79
88
name : Publish docs
80
89
needs : [validate]
86
95
-
87
96
name : Checkout
88
97
uses : actions/checkout@v2
89
- -
90
- name : Fetch all history for all tags and branches
91
- run : git fetch --prune --unshallow
98
+ with :
99
+ fetch-depth : 0
92
100
-
93
101
name : Use cached cake frosting
94
102
id : cache-cake
You can’t perform that action at this time.
0 commit comments