Skip to content

Commit 180082e

Browse files
committed
More debugging
1 parent 3778583 commit 180082e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

scripts/build-peps.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ if [ ! -s pep-9999.rst ]; then
1212
ln -s ../../../pre-pep.rst pep-9999.rst
1313
fi
1414
cd ..
15-
make html
15+
make html || true
1616
rm -rf ../html
1717
cp -r build ../html
18+
19+
find .venv

0 commit comments

Comments
 (0)