Skip to content

Commit 78934b2

Browse files
committed
Add dependency install step
1 parent bf2559b commit 78934b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
ruby-version: '3.1' # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
4242
cache-version: 0 # Increment this number if you need to re-download cached gems
43+
- name: Install dependencies
44+
run: bundle install
4345
- name: Setup Pages
4446
id: pages
4547
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)