We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a512d9 commit 981acd6Copy full SHA for 981acd6
1 file changed
.github/workflows/jekyll.yml
@@ -37,6 +37,7 @@ jobs:
37
with:
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
+ ruby-version: 3.0.5
41
- name: Setup Pages
42
id: pages
43
uses: actions/configure-pages@v3
@@ -76,7 +77,7 @@ jobs:
76
77
name: github-pages
78
url: ${{ steps.deployment.outputs.page_url }}
79
runs-on: ubuntu-latest
- needs: build
80
+ needs: build-and-test
81
steps:
82
- name: Deploy to GitHub Pages
83
id: deployment
0 commit comments