We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec1dbcd commit 0844814Copy full SHA for 0844814
.github/workflows/docs.yml
@@ -11,12 +11,12 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v4
14
- - uses: actions/setup-node@v3
15
- with: { node-version: 18 }
+ - uses: actions/setup-node@v4
+ with: { node-version: 20 }
16
- uses: ruby/setup-ruby@v1
17
with:
18
bundler-cache: true
19
- ruby-version: '2.7'
+ ruby-version: '3.3'
20
working-directory: ./docs
21
- run: npm ci
22
- run: npm run build
docs/Gemfile
@@ -1,6 +1,3 @@
1
source "https://rubygems.org"
2
3
gem "github-pages", group: :jekyll_plugins
4
-
5
-# https://github.com/jekyll/jekyll/issues/8523
6
-gem "webrick", "~> 1.7"
0 commit comments