Skip to content

Commit

Permalink
do not use cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ka8725 committed Nov 28, 2024
1 parent 6eeed6d commit 85c2aea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
bundler-cache: false # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ gem 'stringex'
gem 'jekyll-redirect-from'
gem 'jekyll-extlinks'
gem 'jekyll-toc'
gem "ffi", "< 1.17.0"

group :jekyll_plugins do
# (other jekyll plugins)
Expand Down

0 comments on commit 85c2aea

Please sign in to comment.