diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5285341..0f5fb53 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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'