This commit is contained in:
parent
0584a12a7b
commit
ec1c845a7b
1 changed files with 6 additions and 0 deletions
|
@ -4,3 +4,9 @@ jobs:
|
||||||
runs-on: node20
|
runs-on: node20
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- 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
|
||||||
|
- run: bundle install
|
||||||
|
- run: jekyll help
|
||||||
|
|
Loading…
Reference in a new issue