Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
fix the docs build (#4321)
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Kelsey <[email protected]>
  • Loading branch information
Dave Kelsey committed Aug 9, 2018
1 parent 5d1bd63 commit 48e6e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/composer-website/scripts/run-jekyll.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
"${SCRIPT_DIR}/setup-jekyll.sh"

# Write custom configuration for this build
JEKYLL_CONFIG="$(mktemp)"
echo "basedir: /composer/${BUILD_LABEL}" >> "${JEKYLL_CONFIG}"
JEKYLL_CONFIG="$(mktemp)".yaml
echo "baseurl: /composer/${BUILD_LABEL}" >> "${JEKYLL_CONFIG}"
echo "status: ${BUILD_LABEL}" >> "${JEKYLL_CONFIG}"

# Run Jekyll command
Expand Down

0 comments on commit 48e6e73

Please sign in to comment.