We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73af92c commit 7c46dfdCopy full SHA for 7c46dfd
.github/workflows/python-312.yml
@@ -32,17 +32,7 @@ jobs:
32
run: .github/scripts/update.sh
33
env:
34
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}}
40
- name: build
41
run: .github/scripts/build.sh
42
- - name: Save build Cache
43
- uses: actions/cache/save@v3
44
45
46
47
- name: commit
48
run: .github/scripts/commit.sh
0 commit comments