Skip to content

Commit 59a8004

Browse files
committed
Fix documentation generation.
1 parent 3cd035f commit 59a8004

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@ on:
55
branches:
66
- main
77

8+
env:
9+
BUNDLE_WITH: maintenance
10+
811
jobs:
912
deploy:
1013
runs-on: ubuntu-latest
1114

1215
steps:
1316
- uses: actions/checkout@v2
1417
- uses: ruby/setup-ruby@v1
15-
env:
16-
BUNDLE_WITH: maintenance
1718
with:
18-
ruby-version: ruby-head
19+
ruby-version: 3.1
1920
bundler-cache: true
2021

2122
- name: Installing packages

0 commit comments

Comments
 (0)