Skip to content

Commit 4f60049

Browse files
authored
Merge pull request #361 from katyhuff/issue360
I suspect this is caused by bundler-cache: true in the workflow.
2 parents 845a43d + 144e63f commit 4f60049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-site.yml

+1-1
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)