This commit is contained in:
parent
8d5ea5de9b
commit
0584a12a7b
1 changed files with 0 additions and 6 deletions
|
@ -4,9 +4,3 @@ 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