From a65291d644696a017bc1c9b4b05c9435aad7b734 Mon Sep 17 00:00:00 2001 From: Benjamin Iannetta Date: Mon, 29 Jul 2024 20:28:41 -0400 Subject: [PATCH] Update github-pages.yml Bumping Ruby version --- .github/workflows/github-pages.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 569a9eb..099354c 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -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 @@ -27,4 +27,4 @@ jobs: uses: peaceiris/actions-gh-pages@v3 with: github_token: $ - publish_dir: ./_site \ No newline at end of file + publish_dir: ./_site