Skip to content

Commit

Permalink
fix(SDK): IBM Cloud SCC Java SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav Goswami committed Jun 1, 2021
1 parent 7106884 commit a79cf02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ os: linux

jdk:
- openjdk8
branches:
except:
- gh-pages

cache:
directories:
Expand Down Expand Up @@ -60,8 +57,6 @@ jobs:
deploy:
provider: pages
script: build/prepareJavadoc.sh
on:
branch: main
skip_cleanup: true
token: $GH_TOKEN
local_dir: javadocs
1 change: 1 addition & 0 deletions build/prepareJavadoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# based on https://odoepner.wordpress.com/2012/02/17/shell-script-to-generate-simple-index-html/

mvn javadoc:aggregate
mkdir javadocs
mv target/site/apidocs javadocs/docs

Expand Down

0 comments on commit a79cf02

Please sign in to comment.