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

Commit 48e6e73

Browse files
authored
fix the docs build (#4321)
Signed-off-by: Dave Kelsey <[email protected]>
1 parent 5d1bd63 commit 48e6e73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/composer-website/scripts/run-jekyll.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
2727
"${SCRIPT_DIR}/setup-jekyll.sh"
2828

2929
# Write custom configuration for this build
30-
JEKYLL_CONFIG="$(mktemp)"
31-
echo "basedir: /composer/${BUILD_LABEL}" >> "${JEKYLL_CONFIG}"
30+
JEKYLL_CONFIG="$(mktemp)".yaml
31+
echo "baseurl: /composer/${BUILD_LABEL}" >> "${JEKYLL_CONFIG}"
3232
echo "status: ${BUILD_LABEL}" >> "${JEKYLL_CONFIG}"
3333

3434
# Run Jekyll command

0 commit comments

Comments
 (0)