diff --git a/docs/build.gradle b/docs/build.gradle index 205e720fad..ac68f8f21c 100644 --- a/docs/build.gradle +++ b/docs/build.gradle @@ -115,7 +115,7 @@ gradle.projectsEvaluated { // Several statements below rely upon all subproject apply from: "$rootDir/gradle/any/properties.gradle" // For Nexus credential properties. -String docTheme = "unidata-jekyll-docs:0.0.4" +String docTheme = "unidata-jekyll-docs:0.0.5" boolean isGitHub = System.getenv('GITHUB_ACTIONS') as boolean String imageBaseUrl = "docker.unidata.ucar.edu" diff --git a/project-files/jenkins/pipelines/docs b/project-files/jenkins/pipelines/docs index 063d6eee72..c16e4795be 100644 --- a/project-files/jenkins/pipelines/docs +++ b/project-files/jenkins/pipelines/docs @@ -8,7 +8,7 @@ pipeline { -e DOCS_UID=$(id -u) \ -v .:/netcdf-java \ -v ./docs/build/site:/site \ - docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build + docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build ''' } }