mirror of
https://github.com/gosticks/iota.lib.java.git
synced 2026-08-30 21:00:24 +00:00
update javadoc deployment script
This commit is contained in:
@@ -9,7 +9,7 @@ if [ "$TRAVIS_REPO_SLUG" == "iotaledger/iota.lib.java" ] && [ "$TRAVIS_PULL_REQU
|
||||
cd $HOME
|
||||
git config --global user.email "travis@travis-ci.org"
|
||||
git config --global user.name "travis-ci"
|
||||
git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/iotaledger/iota.lib.java gh-pages > /dev/null
|
||||
git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/iotaledger/iota.lib.java.git gh-pages > /dev/null
|
||||
|
||||
cd gh-pages
|
||||
git rm -rf ./javadoc
|
||||
|
||||
Reference in New Issue
Block a user