Skip to content

Commit

Permalink
Attempt to install jekyll before build.
Browse files Browse the repository at this point in the history
  • Loading branch information
imcbride committed Jan 18, 2024
1 parent ee36b38 commit c02fd7b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
- name: Install Jekyll
run: gem install jekyll bundler
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
Expand Down

0 comments on commit c02fd7b

Please sign in to comment.