Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 765ddaf

Browse files
committed
2 parents 70e59cf + adcbce5 commit 765ddaf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/sync.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
run: .github/scripts/update.sh
4747
env:
4848
TX_TOKEN: ${{ secrets.TRANSIFEX_APIKEY }}
49+
- uses: actions/cache/restore@v3
50+
with:
51+
path: cpython/Doc/build
52+
key: cache-${{ inputs.version }}-${{ github.run_id }}
53+
restore-keys: cache-${{ inputs.version }}-
4954
- name: build
5055
run: .github/scripts/build.sh
5156
- uses: actions/cache/save@v3

0 commit comments

Comments
 (0)