Skip to content

Commit be9e03f

Browse files
authored
Merge pull request #1417 from lesserwhirls/docs
Update docker image used to build docs
2 parents f893cb1 + fc97c11 commit be9e03f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.4"
118+
String docTheme = "unidata-jekyll-docs:0.0.5"
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.4 build
11+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
1212
'''
1313
}
1414
}

0 commit comments

Comments
 (0)