Skip to content

Commit 144e63f

Browse files
committed
I suspect this is caused by bundler-cache: true in the workflow.
On a terminal, this might be a moment for bundle clean -force Since this is GitHub, I'm going to make a test pr that alters the yml doc for the deploy workflow.
1 parent 845a43d commit 144e63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: 2.0
24-
bundler-cache: true
24+
bundler-cache: false
2525

2626
- name: Build the website source
2727
run: bundle exec rake generate

0 commit comments

Comments
 (0)