[Actions] Pivoting hard to setup-ruby approach
Some checks are pending
/ jekyll (push) Waiting to run
Some checks are pending
/ jekyll (push) Waiting to run
This commit is contained in:
parent
06b294feec
commit
916dd267ac
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.3' # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
with:
|
||||
ruby-version: '3.3' # Not needed with a .ruby-version file
|
||||
bundler-cache: true # runs 'bundle install' and caches installed gems automatically
|
||||
- run: bundle install
|
||||
- run: jekyll help
|
||||
|
|
Loading…
Reference in a new issue