Skip to content

Commit

Permalink
[fix](build): Jekyll 4.3.4 can't use Liquid 5.6.2 (#691)
Browse files Browse the repository at this point in the history
* [fix](build): Jekyll 4.3.4 can't use Liquid 5.6.2

Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>

* [info](build): bump cache-version

Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>

---------

Signed-off-by: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com>
  • Loading branch information
RalphHightower authored Jan 14, 2025
1 parent 2a47784 commit 6edcd3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
ruby-version: '3.3.6' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 2 # Increment this number if you need to re-download cached gems
cache-version: 3 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ gem 'minima', '~> 2.5', '>= 2.5.2'

# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'liquid', '~> 5.6', '>= 5.6.2'
gem 'jekyll_ai_related_posts', '~> 0.1.4'
gem 'jekyll-avatar', '~> 0.8.0'
gem 'jekyll-default-layout', '~> 0.1.5'
Expand Down

0 comments on commit 6edcd3d

Please sign in to comment.