Fix mvn order in CI deploy stage

pull/91/head
Richard Körber 2020-06-02 14:10:36 +02:00
parent 610b9366bd
commit 4294090c32
No known key found for this signature in database
GPG Key ID: AAB9FD19C78AA3E0
1 changed files with 1 additions and 1 deletions

View File

@ -19,4 +19,4 @@ deploy:
- maven
- docker
script:
- mvn -B install javadoc:javadoc mkdocs:build
- mvn -B install mkdocs:build javadoc:javadoc