We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec4a40 commit e96e0cbCopy full SHA for e96e0cb
1 file changed
.github/workflows/deploy.yml
@@ -17,7 +17,9 @@ jobs:
17
with:
18
ruby-version: 2.6
19
- name: Install dependencies
20
- run: bundle install
+ run: |
21
+ gem install bundler -v 2.1.4
22
+ bundle install
23
- name: Build
24
run: bundle exec middleman build
25
- name: Deploy
0 commit comments