Skip to content

Commit f9b5fc0

Browse files
committed
fix(ci): Force clean bundle install by disabling cache and explicit install
1 parent 8fbbb20 commit f9b5fc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
ruby-version: '2.7'
3131
bundler: '2.6.2'
32-
bundler-cache: true
33-
cache-version: 0
32+
- name: Install Dependencies
33+
run: bundle install --jobs 4 --retry 3
3434
- name: Setup Pages
3535
id: pages
3636
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)