Skip to content

Commit 06fb691

Browse files
bits-bytes-nnclaude
andcommitted
Remove redundant Install Dependencies step
bundler-cache: true already handles bundle install automatically Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6ab278a commit 06fb691

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/jekyll.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
with:
3030
ruby-version: '3.2'
3131
bundler-cache: true
32-
- name: Install Dependencies
33-
run: |
34-
rm -f Gemfile.lock
35-
bundle install --jobs 4 --retry 3
3632
- name: Setup Pages
3733
id: pages
3834
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)