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 64c97e2 commit c055b3bCopy full SHA for c055b3b
.github/workflows/pages.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Setup Ruby
35
uses: ruby/setup-ruby@v1
36
with:
37
- ruby-version: '3.1' # Not needed with a .ruby-version file
+ ruby-version: '3.2' # Not needed with a .ruby-version file
38
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
39
cache-version: 0 # Increment this number if you need to re-download cached gems
40
- name: Setup Pages
@@ -62,4 +62,4 @@ jobs:
62
id: deployment
63
uses: actions/deploy-pages@v4
64
65
- github_token: ${{ secrets.GITHUB_TOKEN }}
+ github_token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments