Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Jun 30, 2024
1 parent eef3258 commit db05689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photon-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ tasks.register("zipCppDocs", Zip) {
archiveBaseName = zipBaseNameCpp
destinationDirectory = outputsFolder
dependsOn doxygen
from ("$buildDir/photon-docs/doxygen/html")
from ("$buildDir/docs/doxygen/html")
into '/'
}

Expand Down Expand Up @@ -256,7 +256,7 @@ tasks.register("zipJavaDocs", Zip) {
archiveBaseName = zipBaseNameJava
destinationDirectory = outputsFolder
dependsOn generateJavaDocs
from ("$buildDir/photon-docs/javadoc")
from ("$buildDir/docs/javadoc")
into '/'
}

Expand Down

0 comments on commit db05689

Please sign in to comment.