Skip to content

Commit

Permalink
bundler version update in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
kldarek committed Feb 26, 2024
1 parent 7a16800 commit 7634a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Jekyll build
uses: docker://hamelsmu/fastpages-jekyll
with:
args: bash -c "gem install bundler && jekyll build -V --strict_front_matter --trace"
args: bash -c "gem install bundler -v 2.4.22 && jekyll build -V --strict_front_matter --trace"
env:
JEKYLL_ENV: 'production'

Expand Down

0 comments on commit 7634a08

Please sign in to comment.