Skip to content

Commit 7776b43

Browse files
committed
ci: Rebuild the docs right before publishing
1 parent 28c528c commit 7776b43

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.ci/travis-publish-docs.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ if [ "${TRAVIS_PULL_REQUEST}" != "false" ]; then
1313
exit 0
1414
fi
1515

16+
pip install -r docs/requirements.txt
17+
make htmldocs
18+
1619
git config --global user.email "[email protected]"
1720
git config --global user.name "Travis CI"
1821

0 commit comments

Comments
 (0)