diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 62eac67..2bdf8c1 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -37,6 +37,7 @@ jobs: with: bundler-cache: true # runs 'bundle install' and caches installed gems automatically cache-version: 0 # Increment this number if you need to re-download cached gems + ruby-version: 3.0.5 - name: Setup Pages id: pages uses: actions/configure-pages@v3 @@ -76,7 +77,7 @@ jobs: name: github-pages url: ${{ steps.deployment.outputs.page_url }} runs-on: ubuntu-latest - needs: build + needs: build-and-test steps: - name: Deploy to GitHub Pages id: deployment