Skip to content

Commit 1fbac03

Browse files
authored
Bump cache version (#74)
1 parent 332f08c commit 1fbac03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
ruby-version: '3.2' # Not needed with a .ruby-version file
4141
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
42-
cache-version: 0 # Increment this number if you need to re-download cached gems
42+
cache-version: 1 # Increment this number if you need to re-download cached gems
4343
- name: Setup Pages
4444
id: pages
4545
uses: actions/configure-pages@v5

0 commit comments

Comments
 (0)