Skip to content

Commit

Permalink
attempting to flush package cache
Browse files Browse the repository at this point in the history
getting mysterious ruby errors on CAIPs but not on identical namespaces action...
  • Loading branch information
Bumblefudge authored Oct 24, 2022
1 parent 4039f9c commit 5a73506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
ruby-version: '2.6' # Not needed with a .ruby-version file
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
cache-version: 0 # Increment this number if you need to re-download cached gems
cache-version: 1 # Increment this number if you need to re-download cached gems
- name: Setup Pages
id: pages
uses: actions/configure-pages@v2
Expand Down

0 comments on commit 5a73506

Please sign in to comment.