8000 [#1392] Fix error when publishing the docs · hibernate/hibernate-reactive@5739a8e · GitHub
[go: up one dir, main page]

Skip to content

Commit 5739a8e

Browse files
committed
[#1392] Fix error when publishing the docs
1 parent 37b7d40 commit 5739a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

release/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ description = 'Release module'
3131
final String documentationDir = rootProject.project( 'documentation' ).buildDir
3232

3333
// Relative path on the static website where the documentation is located
34-
final String docWebsiteRelativePath = "/reactive/documentation/${projectVersion.family}-jakarta"
34+
final String docWebsiteRelativePath = "reactive/documentation/${projectVersion.family}-jakarta"
3535

3636
// The location of the docs when the website has been cloned
3737
final String docWebsiteReactiveFolder = "${project.buildDir}/docs-website/${docWebsiteRelativePath}"

0 commit comments

Comments
 (0)
0