Skip to content

Commit e251f5a

Browse files
committed
jekyll v4.0
1 parent 53c8618 commit e251f5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
--volume="${{ github.workspace }}:/srv/jekyll" \
2121
jekyll/builder:latest /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
2222
jekyll-3-8-5:
23-
name: Build Jekyll site (v3.8.5)
23+
name: Build Jekyll site (v4.0.0)
2424
runs-on: ubuntu-latest
2525
steps:
2626

@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
docker run --rm \
3232
--volume="${{ github.workspace }}:/srv/jekyll" \
33-
jekyll/builder:3.8.5 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
33+
jekyll/builder:4.0.0 /bin/bash -c "gem install bundler && chmod -R 777 /srv/jekyll && jekyll build && bundle exec just-the-docs rake search:init"
3434
assets:
3535
name: Format and test CSS and JS
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)