Skip to content

Commit

Permalink
Update jekyll version.
Browse files Browse the repository at this point in the history
  • Loading branch information
AGrigis committed Jun 20, 2024
1 parent 09b005a commit b2907d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
ls $PWD
- name: Jekyll build
run: docker run --rm -t --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=production jekyll/jekyll:3.8 jekyll build
run: docker run --rm -t --volume="$PWD:/srv/jekyll" --volume="$PWD/vendor/bundle:/usr/local/bundle" --env JEKYLL_ENV=production jekyll/jekyll:4.2.2 jekyll build
env:
COMPOSE_INTERACTIVE_NO_CLI: 1

Expand Down

0 comments on commit b2907d3

Please sign in to comment.