Skip to content

Commit 0dcc6d5

Browse files
author
James Hagborg
committed
change git refspec thing
1 parent 8d4e7e0 commit 0dcc6d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/deploy_docs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ mkdir $HOME/gh-pages
1717
cd $HOME/gh-pages
1818
echo "debug: cwd is $(pwd)"
1919
git init
20-
git pull "https://${GH_TOKEN}@github.com/teamhyper/hyperLib.git" gh-pages &> /dev/null
20+
git pull "https://github.com/teamhyper/hyperLib.git" gh-pages
2121
ls -la
2222
git status
2323
git branch
@@ -31,6 +31,6 @@ echo "Committing and pushing..."
3131
# Commit and push changes
3232
git add -f .
3333
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
34+
git push -f "https://${GH_TOKEN}@github.com/teamhyper/hyperLib.git" +master:gh-pages &> /dev/null
3535

3636
echo "Docs successfully deployed"

0 commit comments

Comments
 (0)