File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
project-files/jenkins/pipelines Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ gradle.projectsEvaluated { // Several statements below rely upon all subproject
115115
116116apply from : " $rootDir /gradle/any/properties.gradle" // For Nexus credential properties.
117117
118- String docTheme = " unidata-jekyll-docs:0.0.4 "
118+ String docTheme = " unidata-jekyll-docs:0.0.5 "
119119
120120boolean isGitHub = System . getenv(' GITHUB_ACTIONS' ) as boolean
121121String imageBaseUrl = " docker.unidata.ucar.edu"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ pipeline {
88 -e DOCS_UID=$(id -u) \
99 -v .:/netcdf-java \
1010 -v ./docs/build/site:/site \
11- docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
11+ docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
1212 '''
1313 }
1414 }
You can’t perform that action at this time.
0 commit comments