Skip to content

Commit

Permalink
update build command to use fresh environment
Browse files Browse the repository at this point in the history
Attempt to resolve the environment cache cause building stuck issues.
  • Loading branch information
Dumeng authored Aug 21, 2024
1 parent 5de9a3a commit c6514dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ cd cpython/Doc || exit 1
mkdir -p locales/"$LOCALE"/
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
pip3 install -q -r requirements.txt
sphinx-build -b dummy -d build/doctrees -j auto -D language=$LOCALE -D gettext_compact=0 -W --keep-going -W . build/html 2> >(error)
sphinx-build -b dummy -d build/doctrees -j auto -D language=$LOCALE -D gettext_compact=0 -E --keep-going -W . build/html 2> >(error)

0 comments on commit c6514dd

Please sign in to comment.