Skip to content

Commit

Permalink
Do not run the dependency install process which requires a Gemfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
imcbride committed Jan 18, 2024
1 parent 87e244c commit 9e81d9c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ jobs:
run: gem install bundler
- name: Install Jekyll
run: gem install jekyll
- name: Install Dependencies
run: bundle install --jobs 4 --retry 3
- name: NPM Install
run: npm install
- name: NPM Build
Expand Down

0 comments on commit 9e81d9c

Please sign in to comment.