mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-03-07 09:29:14 +00:00
Fix Jekyll build workflow Ruby Version (#6281)
@kolchfa-aws and @AMoo-Miki, can you verify that this is correct? Signed-off-by: Naarcha-AWS <97990722+Naarcha-AWS@users.noreply.github.com>
This commit is contained in:
parent
672e05ce21
commit
054dc56d5d
2
.github/workflows/jekyll-build.yml
vendored
2
.github/workflows/jekyll-build.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: '3.0'
|
||||
ruby-version: '3.2'
|
||||
bundler-cache: true
|
||||
- run: |
|
||||
JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future
|
||||
|
Loading…
x
Reference in New Issue
Block a user