Skip to content

Commit 0e0ccc3

Browse files
committed
Use v0.0.6 of the unidata-jekyll-theme
1 parent 3232f34 commit 0e0ccc3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ gradle.projectsEvaluated { // Several statements below rely upon all subproject
115115

116116
apply from: "$rootDir/gradle/any/properties.gradle" // For Nexus credential properties.
117117

118-
String docTheme = "unidata-jekyll-docs:0.0.5"
118+
String docTheme = "unidata-jekyll-docs:0.0.6"
119119

120120
boolean isGitHub = System.getenv('GITHUB_ACTIONS') as boolean
121121
String imageBaseUrl = "docker.unidata.ucar.edu"

project-files/jenkins/pipelines/docs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.5 build
11+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.6 build
1212
'''
1313
}
1414
}

0 commit comments

Comments
 (0)