Skip to content

Commit ff05503

Browse files
committed
[#1392] Fix error when publishing the docs
1 parent b375c07 commit ff05503

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}"
34+
final String docWebsiteRelativePath = "reactive/documentation/${projectVersion.family}"
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)