Skip to content

Commit 39674e0

Browse files
committed
fix pages compatibility
1 parent f4c44bd commit 39674e0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,8 @@ jobs:
3131
- name: Setup Ruby
3232
uses: ruby/setup-ruby@v1
3333
with:
34-
ruby-version: '3.1'
34+
ruby-version: '3.0'
3535
bundler-cache: true
36-
- name: Install dependencies
37-
run: bundle install
3836
- name: Setup Pages
3937
uses: actions/configure-pages@v4
4038
- name: Build with Jekyll

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ source "https://rubygems.org"
44
gem "jekyll", "~> 4.3.0"
55
gem "jekyll-feed", "~> 0.12"
66
gem "jekyll-sitemap"
7+
gem "webrick", "~> 1.7"

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ DEPENDENCIES
156156
jekyll (~> 4.3.0)
157157
jekyll-feed (~> 0.12)
158158
jekyll-sitemap
159+
webrick (~> 1.7)
159160

160161
BUNDLED WITH
161162
2.7.2

0 commit comments

Comments
 (0)