Skip to content

Commit

Permalink
Merge pull request #331 from DigitalSlideArchive/update-ci-ruby
Browse files Browse the repository at this point in the history
Update the version of ruby used in CI to generate docs
  • Loading branch information
manthey committed May 10, 2024
2 parents d1a2f94 + 01e653f commit 824211e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ jobs:
fi
docs:
docker:
- image: cimg/ruby:3.2
- image: cimg/ruby:3.3
steps:
- checkout
- run:
Expand Down
1 change: 1 addition & 0 deletions devops/dsa/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ services:
DSA_GIRDER_MOUNT_OPTIONS: ${DSA_GIRDER_MOUNT_OPTIONS:-}
# You can also set girder settings here:
# GIRDER_SETTING_CORE_HTTP_ONLY_COOKIES: true
# GIRDER_SETTING_HISTOMICSUI_LOGIN_SESSION_EXPIRY_MINUTES: 15
# If you want to authorize docker image repositories on the host machine
# and have them accessed without further authorization within Girder,
# you can specify a docker config location, mount it (see volumes,
Expand Down
2 changes: 1 addition & 1 deletion docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ logo_image: assets/img/dsa_logo.svg

# Build settings
#theme: bulma-clean-theme
remote_theme: chrisrhymes/bulma-clean-theme
remote_theme: chrisrhymes/bulma-clean-theme@v0.13.3
plugins:
- jekyll-sitemap
- jekyll-paginate
Expand Down

0 comments on commit 824211e

Please sign in to comment.