Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkubiak committed Nov 26, 2018
1 parent 32f6068 commit c3cd2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ javadocs:
script:
- mvn $MAVEN_CLI_OPTS clean install javadoc:javadoc
- mkdir /tmp/javadoc
- mv /builds/svenkubiak/mangooio/mangooio-maven-plugin/target/site/apidocs/* /tmp/javadoc
- mv /builds/svenkubiak/mangooio/mangooio-core/target/site/apidocs/* /tmp/javadoc
- mkdir /tmp/build
- cd /tmp/build
- git clone -b gh-pages --single-branch https://github.com/svenkubiak/mangooio.git
Expand Down

0 comments on commit c3cd2e5

Please sign in to comment.