Skip to content

Commit

Permalink
build update for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed May 16, 2018
1 parent 7fe22ef commit cba3e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ asciidoctor.doLast {
copy {
from 'build/docs/html5/index.html'
into "build/docs"
rename { String filename -> filename.replace("index","index33") }
rename { String filename -> filename.replace("index","index34") }
}
}
assemble.dependsOn(asciidoctor)
Expand Down

0 comments on commit cba3e55

Please sign in to comment.