Skip to content

Commit

Permalink
install ruby as github action
Browse files Browse the repository at this point in the history
  • Loading branch information
bhansell1 committed Jan 15, 2025
1 parent 365b935 commit ea01ee1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@ jobs:
run:
working-directory: docs
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: asdf-vm/actions/install@v3
- uses: actions/setup-ruby@v1
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
Expand Down
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ nodejs 18.18.2
pre-commit 3.6.0
terraform 1.7.0
vale 3.6.0
ruby 3.3.3
# ==============================================================================
# The section below is reserved for Docker image versions.

Expand Down

0 comments on commit ea01ee1

Please sign in to comment.