Skip to content

Commit 4c86fcf

Browse files
committed
Remove corrupted Gemfile.lock and fix GitHub Actions workflow
1 parent 8ab5f26 commit 4c86fcf

File tree

2 files changed

+4
-92
lines changed

2 files changed

+4
-92
lines changed

.github/workflows/jekyll.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525
uses: ruby/setup-ruby@v1
2626
with:
2727
ruby-version: '3.1'
28-
bundler-cache: true
29-
cache-version: 0
30-
env:
31-
BUNDLE_DEPLOYMENT: false
28+
bundler-cache: false
29+
30+
- name: Install dependencies
31+
run: bundle install
3232

3333
- name: Setup Pages
3434
id: pages

Gemfile.lock

Lines changed: 0 additions & 88 deletions
This file was deleted.

0 commit comments

Comments
 (0)