Skip to content

Commit e96e0cb

Browse files
committed
Added bundler installation
1 parent 3ec4a40 commit e96e0cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
with:
1818
ruby-version: 2.6
1919
- name: Install dependencies
20-
run: bundle install
20+
run: |
21+
gem install bundler -v 2.1.4
22+
bundle install
2123
- name: Build
2224
run: bundle exec middleman build
2325
- name: Deploy

0 commit comments

Comments
 (0)