Skip to content

Commit de29919

Browse files
committed
Upgrade to version 0.1.0 of the unidata jekyll documentation theme
1 parent 3086af3 commit de29919

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle/ncj.libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[versions]
22
netcdf-java = "5.10.0-SNAPSHOT"
33

4-
unidata-doc-theme = "0.0.6"
4+
unidata-doc-theme = "0.1.0"
55

66
# 3rd party dependencies
77
awssdk = "2.31.76"

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.io/unidata/unidata-jekyll-docs:0.0.6 build
11+
docker.io/unidata/unidata-jekyll-docs:0.1.0 build
1212
'''
1313
}
1414
}

0 commit comments

Comments
 (0)