Skip to content

Commit

Permalink
Add bundle install step to docs/ site publishing workflow
Browse files Browse the repository at this point in the history
Alas, seems like a `bundle install` step is necessary. Let's see...
  • Loading branch information
shwestrick committed Sep 11, 2024
1 parent 193a629 commit 5bcbcc1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ jobs:
ruby-version: "3.3"
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Bundle install
run: bundle install
env:
JEKYLL_ENV: production
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down

0 comments on commit 5bcbcc1

Please sign in to comment.