diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 791d34f..9a78209 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -41,7 +41,7 @@ jobs: with: ruby-version: '3.1' # Not needed with a .ruby-version file bundler-cache: true # runs 'bundle install' and caches installed gems automatically - cache-version: 0 # Increment this number if you need to re-download cached gems + cache-version: 1 # Increment this number if you need to re-download cached gems working-directory: '${{ github.workspace }}/docs' - name: Setup Pages id: pages diff --git a/docs/Gemfile b/docs/Gemfile index 7bce37f..3181a17 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem "jekyll", "~> 4.3.3" # installed by `gem jekyll` # gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2 -gem "just-the-docs", "0.7.0" # pinned to the current release +gem "just-the-docs", "0.8.2" # pinned to the current release # gem "just-the-docs" # always download the latest release gem "jekyll-relative-links", "0.7.0" diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 34df8ae..b356f3f 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -46,7 +46,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - just-the-docs (0.7.0) + just-the-docs (0.8.2) jekyll (>= 3.8.5) jekyll-include-cache jekyll-seo-tag (>= 2.0) @@ -93,7 +93,7 @@ PLATFORMS DEPENDENCIES jekyll (~> 4.3.3) jekyll-relative-links (= 0.7.0) - just-the-docs (= 0.7.0) + just-the-docs (= 0.8.2) BUNDLED WITH 2.3.9