Skip to content

Commit

Permalink
fixup! [FLINK-13793][docs] build each language in a separate subprocess
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoK committed Feb 7, 2020
1 parent 9b80397 commit 813e35e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build_docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ if [ "${JEKYLL_CMD}" = "build" ] && [ -z "${JEKYLL_CONFIG}" ]; then
# run parallel builds for all languages if not serving or creating a single language only

# run processes and store pids
echo "Spawning parallel builds for ${DOC_LANGUAGES}..."
pids=
echo "Spawning parallel builds for languages: ${DOC_LANGUAGES}..."
pids=""
for lang in ${DOC_LANGUAGES}; do
bundle exec jekyll ${JEKYLL_CMD} --config _config.yml,_config_dev_${lang}.yml --source "${DOCS_SRC}" --destination "${DOCS_DST}_${lang}" &
pid=$!
Expand Down

0 comments on commit 813e35e

Please sign in to comment.