From 8a83e01a094e7de13fcf0248abdddc4fcff86d94 Mon Sep 17 00:00:00 2001 From: mwfarb Date: Thu, 20 Jun 2024 15:20:42 -0400 Subject: [PATCH] chore: config action ids --- .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 ba90d62d..2a9096f0 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -22,7 +22,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3.4 + ruby-version: 3.3 bundler-cache: true - name: Setup Pages id: pages @@ -46,7 +46,7 @@ jobs: uses: actions/deploy-pages@v4 # html-link-check: - # needs: deploy + # needs: build # runs-on: ubuntu-latest # steps: # - run: make check