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 c1960d4 commit 9f0de7cCopy full SHA for 9f0de7c
bin/publish-docs.sh
@@ -4,7 +4,7 @@ set -e
4
5
PAGES_DIR=./gh-pages
6
DOCS_DIR=./out
7
-REPO="git@github.com:contentful/contentful.js.git"
+REPO="https://${GH_TOKEN}@github.com/contentful/contentful.js.git"
8
VERSION=`cat package.json|grep version|sed -e 's/.*version": "//g'|sed -e 's/",.*//g'`
9
10
echo "Publishing docs"
0 commit comments