We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f54990 commit d4408a0Copy full SHA for d4408a0
.github/workflows/build-check.yml
@@ -24,11 +24,13 @@ jobs:
24
node-version: ${{ matrix.node-version }}
25
cache: 'yarn'
26
- uses: ruby/setup-ruby@v1
27
- name: Install Antora Dependencies
+ name: Install Ruby ${{ ruby-version }}
28
with:
29
ruby-version: '2.7' # Not needed with a .ruby-version, .tool-versions or mise.toml
30
+ bundler: '1.17.2'
31
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
- - run: |
32
+ - name: Install Antora Dependencies
33
+ run: |
34
cd antora
35
gem install bundler
36
bundle install
0 commit comments