File tree Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Expand file tree Collapse file tree 1 file changed +10
-6
lines changed Original file line number Diff line number Diff line change 27
27
repository : ' python/cpython'
28
28
ref : ${{env.VERSION}}
29
29
path : cpython
30
+ - uses : actions/cache/restore@v3
31
+ with :
32
+ path : |
33
+ cpython/Doc/build
34
+ docs
35
+ key : cache-${{ inputs.version }}-${{ github.run_id }}
36
+ restore-keys : cache-${{ inputs.version }}-
30
37
- name : Checkout Current Branch
31
38
uses : actions/checkout@v3
32
39
with :
@@ -38,16 +45,13 @@ jobs:
38
45
run : .github/scripts/update.sh
39
46
env :
40
47
TX_TOKEN : ${{ secrets.TRANSIFEX_APIKEY }}
41
- - uses : actions/cache/restore@v3
42
- with :
43
- path : cpython/Doc/build
44
- key : cache-${{ inputs.version }}-${{ github.run_id }}
45
- restore-keys : cache-${{ inputs.version }}-
46
48
- name : build
47
49
run : .github/scripts/build.sh
48
50
- uses : actions/cache/save@v3
49
51
with :
50
- path : cpython/Doc/build
52
+ path : |
53
+ cpython/Doc/build
54
+ docs
51
55
key : cache-${{ inputs.version }}-${{ github.run_id }}
52
56
- name : stat
53
57
run : python .github/scripts/tx_stat.py > ./docs/.stat.json
You can’t perform that action at this time.
0 commit comments