Skip to content

Commit

Permalink
Rename index page
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Oct 15, 2024
1 parent 3cc12f9 commit 8e8afcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/docs.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ tasks.register('ghPagesRootIndexPage', Copy) {
dependsOn = ['docs']
from file("${rootProject.allprojects.find { it.name == 'spring-security-rest-docs'}.projectDir}/src/docs/index.tmpl")
into layout.buildDirectory
rename 'index.tmpl', 'index.html'
rename 'index.tmpl', 'ghpages.html'
}

0 comments on commit 8e8afcd

Please sign in to comment.