Skip to content

Commit 861414d

Browse files
committed
fix(ci): Regenerate Gemfile.lock due to incompatibility and missing gems
1 parent 7b5e58c commit 861414d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ jobs:
3030
ruby-version: '2.7'
3131
bundler: '2.2.33'
3232
- name: Install Dependencies
33-
run: bundle install --jobs 4 --retry 3
33+
run: |
34+
rm -f Gemfile.lock
35+
bundle install --jobs 4 --retry 3
3436
- name: Setup Pages
3537
id: pages
3638
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)