Skip to content

Commit 373c03e

Browse files
authored
Merge pull request Unidata#571 from lesserwhirls/docs
Update docker image used to build docs
2 parents bffef7a + 0b7ea81 commit 373c03e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ tasks.register(buildAllJekyllSitesTaskName) {
5353
description = 'Build all jekyll sites.'
5454
}
5555

56-
String docTheme = "unidata-jekyll-docs:0.0.4"
56+
String docTheme = "unidata-jekyll-docs:0.0.5"
5757

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

project-files/jenkins/pipelines/docs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pipeline {
2525
-e DOCS_UID=$(id -u) \
2626
-v .:/tds \
2727
-v ./docs/build/site/adminguide:/site \
28-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
28+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
2929
'''
3030
}
3131
}
@@ -36,7 +36,7 @@ pipeline {
3636
-e DOCS_UID=$(id -u) \
3737
-v .:/tds \
3838
-v ./docs/build/site/devguide:/site \
39-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
39+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
4040
'''
4141
}
4242
}
@@ -47,7 +47,7 @@ pipeline {
4747
-e DOCS_UID=$(id -u) \
4848
-v .:/tds \
4949
-v ./docs/build/site/quickstart:/site \
50-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
50+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
5151
'''
5252
}
5353
}
@@ -58,7 +58,7 @@ pipeline {
5858
-e DOCS_UID=$(id -u) \
5959
-v .:/tds \
6060
-v ./docs/build/site/userguide:/site \
61-
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
61+
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
6262
'''
6363
}
6464
}

0 commit comments

Comments
 (0)