Skip to content

Commit 522fb38

Browse files
CI: builds docs on every commit (#20343)
1 parent e5975fc commit 522fb38

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

ci/build_docs.sh

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ echo "inside $0"
1010

1111
git show --pretty="format:" --name-only HEAD~5.. --first-parent | grep -P "rst|txt|doc"
1212

13-
if [ "$?" != "0" ]; then
14-
echo "Skipping doc build, none were modified"
15-
# nope, skip docs build
16-
exit 0
17-
fi
13+
# if [ "$?" != "0" ]; then
14+
# echo "Skipping doc build, none were modified"
15+
# # nope, skip docs build
16+
# exit 0
17+
# fi
1818

1919

2020
if [ "$DOC" ]; then

0 commit comments

Comments
 (0)