Skip to content

Commit

Permalink
The 'Setup Ruby' build step is not executing. Try changing structure …
Browse files Browse the repository at this point in the history
…to match wildfly.org repo's workflow

Also bump the checkout version
  • Loading branch information
bstansberry committed Sep 29, 2023
1 parent 95c52d2 commit 0f08545
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/jekyll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 0f08545

Please sign in to comment.