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 b799445 commit 8fb149eCopy full SHA for 8fb149e
scripts/deploy_docs.sh
@@ -9,13 +9,13 @@ echo "debug: cwd is $(pwd)"
9
git config --global user.email "[email protected]"
10
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
12
+ls -la
13
cd gh-pages
14
echo "debug: cwd is now $(pwd)"
15
git status
16
17
echo "Copying docs over..."
18
# Copy docs over
-
19
mkdir -p doc/${DEPLOY_DIR}
20
cp -Rf ${TRAVIS_BUILD_DIR}/build/docs/javadoc/* doc/${DEPLOY_DIR}
21
0 commit comments