Skip to content

Commit

Permalink
Ensure docs are build locally just as they are in prod (#5201)
Browse files Browse the repository at this point in the history
  • Loading branch information
watson authored and ruflin committed Sep 20, 2017
1 parent bc98e1a commit 291cd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ echo "Index document: ${index}"

dest_dir="$html_dir/${name}"
mkdir -p "$dest_dir"
params=""
params="--chunk=1"
if [ "$PREVIEW" = "1" ]; then
params="--chunk=1 -open chunk=1 -open"
fi
Expand Down

0 comments on commit 291cd9b

Please sign in to comment.