Skip to content

Commit ddd0b64

Browse files
authored
Merge pull request #163 from CORAAL/fix_actionDocs
fix actionDocs
2 parents 8aef3bb + e5d2473 commit ddd0b64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pages.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ jobs:
3535
with:
3636
ruby-version: '3.3'
3737
bundler-cache: true
38+
bundler: '2.5.9'
3839

3940
- name: Install dependencies
40-
run: bundle install
41+
run: |
42+
bundle config set path 'vendor/bundle'
43+
bundle install
4144
working-directory: docs
4245

4346
- name: Setup GitHub Pages

0 commit comments

Comments
 (0)