Skip to content

Commit 0844814

Browse files
ci: Update versions for docs build
1 parent ec1dbcd commit 0844814

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v4
14-
- uses: actions/setup-node@v3
15-
with: { node-version: 18 }
14+
- uses: actions/setup-node@v4
15+
with: { node-version: 20 }
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
bundler-cache: true
19-
ruby-version: '2.7'
19+
ruby-version: '3.3'
2020
working-directory: ./docs
2121
- run: npm ci
2222
- run: npm run build

docs/Gemfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
source "https://rubygems.org"
22

33
gem "github-pages", group: :jekyll_plugins
4-
5-
# https://github.com/jekyll/jekyll/issues/8523
6-
gem "webrick", "~> 1.7"

0 commit comments

Comments
 (0)