Skip to content

Commit 9b07956

Browse files
authored
Merge branch 'just-the-docs:main' into main
2 parents 8cb6f02 + f5626b1 commit 9b07956

File tree

1 file changed

+42
-42
lines changed

1 file changed

+42
-42
lines changed

.github/workflows/ci.yml

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -15,54 +15,54 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
jekyll-version: [3.9, 4.3]
18-
os: [ ubuntu-latest, macos-latest, windows-latest ]
18+
os: [ubuntu-latest, macos-latest, windows-latest]
1919
ruby-version: ["3.1", "3.2", "3.3"]
2020
runs-on: ${{ matrix.os }}
2121
steps:
22-
- uses: actions/checkout@v4
23-
- name: Setup Ruby ${{ matrix.ruby-version }}
24-
uses: ruby/setup-ruby@v1
25-
with:
26-
ruby-version: ${{ matrix.ruby-version }}
27-
bundler-cache: false
28-
- name: Bundle Install (Jekyll ${{ matrix.jekyll-version }})
29-
run: bundle install
30-
env:
31-
BUNDLE_GEMFILE: fixtures/Gemfile-jekyll-${{ matrix.jekyll-version }}
32-
- name: Init Search
33-
run: bundle exec rake search:init
34-
env:
35-
BUNDLE_GEMFILE: fixtures/Gemfile-jekyll-${{ matrix.jekyll-version }}
36-
- name: Build Site
37-
run: bundle exec jekyll build
38-
env:
39-
BUNDLE_GEMFILE: fixtures/Gemfile-jekyll-${{ matrix.jekyll-version }}
22+
- uses: actions/checkout@v4
23+
- name: Setup Ruby ${{ matrix.ruby-version }}
24+
uses: ruby/setup-ruby@v1
25+
with:
26+
ruby-version: ${{ matrix.ruby-version }}
27+
bundler-cache: false
28+
- name: Bundle Install (Jekyll ${{ matrix.jekyll-version }})
29+
run: bundle install
30+
env:
31+
BUNDLE_GEMFILE: fixtures/Gemfile-jekyll-${{ matrix.jekyll-version }}
32+
- name: Init Search
33+
run: bundle exec rake search:init
34+
env:
35+
BUNDLE_GEMFILE: fixtures/Gemfile-jekyll-${{ matrix.jekyll-version }}
36+
- name: Build Site
37+
run: bundle exec jekyll build
38+
env:
39+
BUNDLE_GEMFILE: fixtures/Gemfile-jekyll-${{ matrix.jekyll-version }}
4040

4141
github-pages-build:
4242
name: Build (github-pages gem)
4343
runs-on: ubuntu-latest
4444
steps:
45-
- uses: actions/checkout@v4
46-
- name: Setup Ruby
47-
uses: ruby/setup-ruby@v1
48-
with:
49-
ruby-version: "3.2"
50-
bundler-cache: false
51-
- name: Bundle Install
52-
run: bundle install
53-
env:
54-
BUNDLE_GEMFILE: fixtures/Gemfile-github-pages
55-
- name: Build Site
56-
run: bundle exec jekyll build
57-
env:
58-
BUNDLE_GEMFILE: fixtures/Gemfile-github-pages
45+
- uses: actions/checkout@v4
46+
- name: Setup Ruby
47+
uses: ruby/setup-ruby@v1
48+
with:
49+
ruby-version: "3.3"
50+
bundler-cache: false
51+
- name: Bundle Install
52+
run: bundle install
53+
env:
54+
BUNDLE_GEMFILE: fixtures/Gemfile-github-pages
55+
- name: Build Site
56+
run: bundle exec jekyll build
57+
env:
58+
BUNDLE_GEMFILE: fixtures/Gemfile-github-pages
5959

6060
validate:
6161
name: Validate HTML
6262
strategy:
6363
fail-fast: false
6464
matrix:
65-
ruby-version: ["3.2"]
65+
ruby-version: ["3.3"]
6666
runs-on: ubuntu-latest
6767

6868
steps:
@@ -96,13 +96,13 @@ jobs:
9696

9797
strategy:
9898
matrix:
99-
node-version: [18.x]
99+
node-version: [20.x]
100100

101101
steps:
102-
- uses: actions/checkout@v4
103-
- name: Use Node.js ${{ matrix.node-version }}
104-
uses: actions/setup-node@v3
105-
with:
106-
node-version: ${{ matrix.node-version }}
107-
- run: npm install
108-
- run: npm test
102+
- uses: actions/checkout@v4
103+
- name: Use Node.js ${{ matrix.node-version }}
104+
uses: actions/setup-node@v3
105+
with:
106+
node-version: ${{ matrix.node-version }}
107+
- run: npm install
108+
- run: npm test

0 commit comments

Comments
 (0)