Skip to content

Commit

Permalink
Update github-pages.yml
Browse files Browse the repository at this point in the history
Bumping Ruby version
  • Loading branch information
biannetta authored Jul 30, 2024
1 parent 9c7d914 commit a65291d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2
bundler-cache: true
- name: Setup Node
uses: actions/setup-node@v2
Expand All @@ -27,4 +27,4 @@ jobs:
uses: peaceiris/actions-gh-pages@v3
with:
github_token: $
publish_dir: ./_site
publish_dir: ./_site

0 comments on commit a65291d

Please sign in to comment.