We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5f3c62 commit cace56cCopy full SHA for cace56c
publish-docs.sh
@@ -20,7 +20,7 @@ if [ ! -d $PAGES_DIR ] ; then
20
fi
21
22
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
+echo "<meta http-equiv=\"refresh\" content=\"0; url=https://contentful.github.io/contentful.js/contentful/${VERSION}/\">" > $PAGES_DIR/index.html
24
25
pushd $PAGES_DIR
26
git add .
0 commit comments