Skip to content

Commit 16a7f54

Browse files
authored
Update jekyll.yml ruby bundle
1 parent cc07489 commit 16a7f54

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ jobs:
4848
rbenv install 3.1.4
4949
rbenv global 3.1.4
5050
ruby -v
51+
- name: Setup Bundler
52+
run: gem install bundler
53+
- name: Bundle install
54+
run: bundle install
5155
- name: Setup Pages
5256
id: pages
5357
uses: actions/configure-pages@v3

0 commit comments

Comments
 (0)