Skip to content

Commit

Permalink
Try to install more Jekyll dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
imcbride committed Jan 18, 2024
1 parent e99a2a7 commit e89a584
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,12 @@ jobs:
with:
bundler-cache: true
ruby-version: '3.1.3'
- name: Install Bundler
run: gem install bundler
- name: Install Jekyll
run: gem install jekyll bundler
run: gem install jekyll
- name: Install Dependencies
run: bundle install --jobs 4 --retry 3
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"
ruby "~> 3"

gem "bundler"
gem "jekyll"

0 comments on commit e89a584

Please sign in to comment.