Skip to content

Commit

Permalink
Separate back out the Jeykll build step.
Browse files Browse the repository at this point in the history
  • Loading branch information
imcbride committed Jan 18, 2024
1 parent 8d8fef1 commit aea0078
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
with:
bundler-cache: true
ruby-version: '3.1'
- name: Install Jekyll
with:
ruby-version: '3.1'
run: gem install jekyll bundler
- name: Build And Deploy
id: builddeploy
Expand Down

0 comments on commit aea0078

Please sign in to comment.