Skip to content

Commit 8fb149e

Browse files
author
James Hagborg
committed
more debugging
1 parent b799445 commit 8fb149e

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
@@ -9,13 +9,13 @@ echo "debug: cwd is $(pwd)"
99
git config --global user.email "[email protected]"
1010
git config --global user.name "travis-ci"
1111
git clone --quiet --branch=gh-pages "https://${GH_TOKEN}@github.com/teamhyper/hyperLib" gh-pages &> /dev/null
12+
ls -la
1213
cd gh-pages
1314
echo "debug: cwd is now $(pwd)"
1415
git status
1516

1617
echo "Copying docs over..."
1718
# Copy docs over
18-
1919
mkdir -p doc/${DEPLOY_DIR}
2020
cp -Rf ${TRAVIS_BUILD_DIR}/build/docs/javadoc/* doc/${DEPLOY_DIR}
2121

0 commit comments

Comments
 (0)