Skip to content

Commit

Permalink
[#1392] Fix error when publishing the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideD committed Sep 28, 2022
1 parent b375c07 commit ff05503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ description = 'Release module'
final String documentationDir = rootProject.project( 'documentation' ).buildDir

// Relative path on the static website where the documentation is located
final String docWebsiteRelativePath = "/reactive/documentation/${projectVersion.family}"
final String docWebsiteRelativePath = "reactive/documentation/${projectVersion.family}"

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

0 comments on commit ff05503

Please sign in to comment.