We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 332f08c commit 1fbac03Copy full SHA for 1fbac03
.github/workflows/jekyll.yml
@@ -39,7 +39,7 @@ jobs:
39
with:
40
ruby-version: '3.2' # Not needed with a .ruby-version file
41
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
+ cache-version: 1 # Increment this number if you need to re-download cached gems
43
- name: Setup Pages
44
id: pages
45
uses: actions/configure-pages@v5
0 commit comments