We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d7ddb8 commit 43aa462Copy full SHA for 43aa462
1 file changed
scripts/update-docs.sh
@@ -17,7 +17,7 @@ git --no-pager diff --stat
17
git add .
18
git commit -m "[CI] Update documentation at $(date +'%Y-%m-%d %H:%M:%S %z')"
19
20
-if [ "${TRAVIS_BRANCH}" = "feature/auto-generated-docs" ]; then
+if [ "${TRAVIS_BRANCH}" = "develop" ]; then
21
echo "Updating gh-pages..."
22
git remote add upstream "https://${DANGER_GITHUB_API_TOKEN}@github.com/polydice/ICInputAccessory.git"
23
git push --quiet upstream HEAD:gh-pages
0 commit comments