Skip to content

Commit b7bae3a

Browse files
committed
Move spellcheck higher in the code
1 parent 4602b68 commit b7bae3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ci/build_docs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ if [ "$DOC" ]; then
3434
echo ./make.py
3535
./make.py
3636

37+
echo "Running spell check on documentation"
38+
./make.py spellcheck
39+
3740
echo ########################
3841
echo # Create and send docs #
3942
echo ########################
@@ -69,9 +72,6 @@ if [ "$DOC" ]; then
6972
pandas/core/reshape/reshape.py \
7073
pandas/core/reshape/tile.py
7174

72-
echo "Running spellcheck on documentation"
73-
cd doc
74-
./make.py spellcheck
7575

7676
fi
7777

0 commit comments

Comments
 (0)