Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c6514dd

Browse files
authored
update build command to use fresh environment
Attempt to resolve the environment cache cause building stuck issues.
1 parent 5de9a3a commit c6514dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ cd cpython/Doc || exit 1
1515
mkdir -p locales/"$LOCALE"/
1616
ln -sfn "$(realpath ../../docs)" locales/"$LOCALE"/LC_MESSAGES
1717
pip3 install -q -r requirements.txt
18-
sphinx-build -b dummy -d build/doctrees -j auto -D language=$LOCALE -D gettext_compact=0 -W --keep-going -W . build/html 2> >(error)
18+
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 commit comments

Comments
 (0)