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 8d4e7e0 commit 0dcc6d5Copy full SHA for 0dcc6d5
scripts/deploy_docs.sh
@@ -17,7 +17,7 @@ mkdir $HOME/gh-pages
17
cd $HOME/gh-pages
18
echo "debug: cwd is $(pwd)"
19
git init
20
-git pull "https://${GH_TOKEN}@github.com/teamhyper/hyperLib.git" gh-pages &> /dev/null
+git pull "https://github.com/teamhyper/hyperLib.git" gh-pages
21
ls -la
22
git status
23
git branch
@@ -31,6 +31,6 @@ echo "Committing and pushing..."
31
# Commit and push changes
32
git add -f .
33
git commit -m "Add latest javadoc from build $TRAVIS_BUILD_NUMBER to $DEPLOY_DIR"
34
-git push -f "https://${GH_TOKEN}@github.com/teamhyper/hyperLib.git" gh-pages &> /dev/null
+git push -f "https://${GH_TOKEN}@github.com/teamhyper/hyperLib.git" +master:gh-pages &> /dev/null
35
36
echo "Docs successfully deployed"
0 commit comments