File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,4 @@ cd cpython/Doc || exit 1
14
14
mkdir -p locales/" $LOCALE " /
15
15
ln -sfn " $( realpath ../../docs) " locales/" $LOCALE " /LC_MESSAGES
16
16
pip3 install -q -r requirements.txt
17
- make html SPHINXOPTS=" -D language=$LOCALE -D gettext_compact=0 -D html_search_language='' - W --keep-going" 2> >( error)
17
+ make html SPHINXOPTS=" -D language=$LOCALE -D gettext_compact=0 -W --keep-going" 2> >( error)
Original file line number Diff line number Diff line change @@ -32,17 +32,17 @@ jobs:
32
32
run : .github/scripts/update.sh
33
33
env :
34
34
TX_TOKEN : ${{ secrets.TRANSIFEX_APIKEY }}
35
- - name : Restore doctrees Cache
35
+ - name : Restore build Cache
36
36
uses : actions/cache/restore@v3
37
37
with :
38
- path : ./cpython/Doc/build/doctrees
38
+ path : ./cpython/Doc/build
39
39
key : sphinx-cache-${{env.VERSION}}
40
40
- name : build
41
41
run : .github/scripts/build.sh
42
- - name : Save doctrees Cache
42
+ - name : Save build Cache
43
43
uses : actions/cache/save@v3
44
44
with :
45
- path : ./cpython/Doc/build/doctrees
45
+ path : ./cpython/Doc/build
46
46
key : sphinx-cache-${{env.VERSION}}
47
47
- name : commit
48
48
run : .github/scripts/commit.sh
You can’t perform that action at this time.
0 commit comments