Skip to content

Commit

Permalink
setup bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
richmartins committed Apr 2, 2024
1 parent b77bcdd commit a6c9c1a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/jekyll-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ jobs:
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: Install Jekyll
run: gem install jekyll
run: gem install jekyll bundle
- name: Install dependencies
working-directory: src
run: bundle install
- name: Build with Jekyll
working-directory: src
run: bundle exec jekyll build
Expand Down

0 comments on commit a6c9c1a

Please sign in to comment.