Skip to content

Commit

Permalink
Fix javadoc-publish.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedtwigg committed Jan 9, 2017
1 parent 28c8af5 commit 2bd21cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion javadoc-publish/build.gradle
Expand Up @@ -13,7 +13,7 @@ githubPages {
repoUri = 'https://github.com/diffplug/spotless'
deleteExistingFiles = false
pages {
from 'build/javadoc-publish/build/javadoc/'
from 'build/javadoc/'
into 'javadoc/'
}
credentials {
Expand Down

0 comments on commit 2bd21cd

Please sign in to comment.