Skip to content

Commit aff3bb8

Browse files
authored
add .jekyll-cache back (#16)
1 parent 0ada60b commit aff3bb8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/jekyll.yml

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

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
.github/
2-
.jekyll-cache/
3-
.git/
2+
.git/
3+
.DS_store

0 commit comments

Comments
 (0)