Skip to content

Commit

Permalink
Merge pull request #1417 from lesserwhirls/docs
Browse files Browse the repository at this point in the history
Update docker image used to build docs
  • Loading branch information
lesserwhirls authored Feb 18, 2025
2 parents f893cb1 + fc97c11 commit be9e03f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ gradle.projectsEvaluated { // Several statements below rely upon all subproject

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

String docTheme = "unidata-jekyll-docs:0.0.4"
String docTheme = "unidata-jekyll-docs:0.0.5"

boolean isGitHub = System.getenv('GITHUB_ACTIONS') as boolean
String imageBaseUrl = "docker.unidata.ucar.edu"
Expand Down
2 changes: 1 addition & 1 deletion project-files/jenkins/pipelines/docs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pipeline {
-e DOCS_UID=$(id -u) \
-v .:/netcdf-java \
-v ./docs/build/site:/site \
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.4 build
docker.unidata.ucar.edu/unidata-jekyll-docs:0.0.5 build
'''
}
}
Expand Down

0 comments on commit be9e03f

Please sign in to comment.