Skip to content

Commit 7c46dfd

Browse files
authored
remove cache
1 parent 73af92c commit 7c46dfd

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

‎.github/workflows/python-312.yml

-10
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,7 @@ jobs:
3232
run: .github/scripts/update.sh
3333
env:
3434
TX_TOKEN: ${{ secrets.TRANSIFEX_APIKEY }}
35-
- name: Restore build Cache
36-
uses: actions/cache/restore@v3
37-
with:
38-
path: ./cpython/Doc/build
39-
key: sphinx-cache-${{env.VERSION}}
4035
- name: build
4136
run: .github/scripts/build.sh
42-
- name: Save build Cache
43-
uses: actions/cache/save@v3
44-
with:
45-
path: ./cpython/Doc/build
46-
key: sphinx-cache-${{env.VERSION}}
4737
- name: commit
4838
run: .github/scripts/commit.sh

0 commit comments

Comments
 (0)