Skip to content

Commit 0a482c2

Browse files
author
James Hagborg
committed
who knows at this point
1 parent a0f881b commit 0a482c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/deploy_docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cd $HOME
88
echo "debug: cwd is $(pwd)"
99
git config --global user.email "[email protected]"
1010
git config --global user.name "travis-ci"
11-
git clone --quiet --branch=gh-pages "https://${GH_TOKEN}@github.com/teamhyper/hyperLib" gh-pages &> /dev/null
11+
git clone --depth=50 --quiet --branch=gh-pages "https://${GH_TOKEN}@github.com/teamhyper/hyperLib.git" gh-pages &> /dev/null
1212
ls -la
1313
cd gh-pages
1414
echo "debug: cwd is now $(pwd)"

0 commit comments

Comments
 (0)