Skip to content

Commit 981acd6

Browse files
committed
fixes gh-action reference to previous step
1 parent 9a512d9 commit 981acd6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/jekyll.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
3939
cache-version: 0 # Increment this number if you need to re-download cached gems
40+
ruby-version: 3.0.5
4041
- name: Setup Pages
4142
id: pages
4243
uses: actions/configure-pages@v3
@@ -76,7 +77,7 @@ jobs:
7677
name: github-pages
7778
url: ${{ steps.deployment.outputs.page_url }}
7879
runs-on: ubuntu-latest
79-
needs: build
80+
needs: build-and-test
8081
steps:
8182
- name: Deploy to GitHub Pages
8283
id: deployment

0 commit comments

Comments
 (0)