File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,19 @@ jobs:
2727 repository : ' python/cpython'
2828 ref : ${{env.VERSION}}
2929 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 }}-
3037 - name : Checkout Current Branch
3138 uses : actions/checkout@v3
3239 with :
3340 ref : ${{env.VERSION}}
3441 path : docs
42+ clean : false
3543 - name : prepare
3644 run : .github/scripts/prepare.sh
3745 - name : update
4755 run : .github/scripts/build.sh
4856 - uses : actions/cache/save@v3
4957 with :
50- path : cpython/Doc/build
58+ path : |
59+ cpython/Doc/build
60+ docs
5161 key : cache-${{ inputs.version }}-${{ github.run_id }}
5262 - name : stat
5363 run : python .github/scripts/tx_stat.py > ./docs/.stat.json
You can’t perform that action at this time.
0 commit comments