We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3232f34 commit 0e0ccc3Copy full SHA for 0e0ccc3
2 files changed
docs/build.gradle
@@ -115,7 +115,7 @@ gradle.projectsEvaluated { // Several statements below rely upon all subproject
115
116
apply from: "$rootDir/gradle/any/properties.gradle" // For Nexus credential properties.
117
118
-String docTheme = "unidata-jekyll-docs:0.0.5"
+String docTheme = "unidata-jekyll-docs:0.0.6"
119
120
boolean isGitHub = System.getenv('GITHUB_ACTIONS') as boolean
121
String imageBaseUrl = "docker.unidata.ucar.edu"
project-files/jenkins/pipelines/docs
@@ -8,7 +8,7 @@ pipeline {
8
-e DOCS_UID=$(id -u) \
9
-v .:/netcdf-java \
10
-v ./docs/build/site:/site \
11
- docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
+ docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.6 build
12
'''
13
}
14
0 commit comments