Skip to content

Commit 9853625

Browse files
committed
CI: Use Ruby 3.3 for html-proofer
1 parent e728092 commit 9853625

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

.github/workflows/publish.yml

+3-14
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,13 @@ jobs:
99
steps:
1010
- uses: actions/checkout@v4
1111

12-
- name: Cache RubyGems
13-
uses: actions/cache@v4
14-
env:
15-
cache-name: rubygems
12+
- uses: ruby/setup-ruby@v1
1613
with:
17-
path: vendor/bundle
18-
key: ${{ runner.os }}-${{ hashFiles('**/Gemfile.lock') }}
19-
20-
- name: Install Dependencies
21-
run: |
22-
sudo apt-get update
23-
sudo apt-get install ruby ruby-dev ruby-bundler make gcc rsync
24-
bundle config path vendor/bundle
25-
bundle install --jobs=4
14+
ruby-version: '3.3'
15+
bundler-cache: true
2616

2717
- name: Build
2818
run: |
29-
bundle config path vendor/bundle
3019
scripts/build.sh
3120
3221
- name: Proofing

0 commit comments

Comments
 (0)