Skip to content

Commit cace56c

Browse files
committed
docs: Fix version usage in docs publishing
1 parent c5f3c62 commit cace56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [ ! -d $PAGES_DIR ] ; then
2020
fi
2121

2222
cp -r $DOCS_DIR/* $PAGES_DIR
23-
echo "<meta http-equiv=\"refresh\" content=\"0; url=https://contentful.github.io/contentful.js/contentful/$VERSION/\">" > $PAGES_DIR/index.html
23+
echo "<meta http-equiv=\"refresh\" content=\"0; url=https://contentful.github.io/contentful.js/contentful/${VERSION}/\">" > $PAGES_DIR/index.html
2424

2525
pushd $PAGES_DIR
2626
git add .

0 commit comments

Comments
 (0)