File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,8 @@ error() {
13
13
cd cpython/Doc || exit 1
14
14
mkdir -p locales/" $LOCALE " /
15
15
ln -sfn " $( realpath ../../docs) " locales/" $LOCALE " /LC_MESSAGES
16
+
17
+ cd ../../docsbuild/
16
18
pip3 install -q -r requirements.txt
17
- make html SPHINXOPTS=" -D language=$LOCALE -D gettext_compact=0 -W --keep-going" 2> >( error)
19
+ python3 ./build_docs.py --quick --build-root ./build_root --www-root ./www --skip-cache-invalidation --language $LOCALE --branch $VERSION
20
+ # 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 29
29
with :
30
30
ref : ${{env.VERSION}}
31
31
path : docs
32
+ - name : Checkout Build Scripts
33
+ uses : actions/checkout@v3
34
+ with :
35
+ ref : ${{env.VERSION}}
36
+ path : docsbuild
32
37
- name : prepare
33
38
run : .github/scripts/prepare.sh
34
39
- name : update
You can’t perform that action at this time.
0 commit comments