mirror of
https://github.com/iSharkFly-Docs/opensearch-docs-cn
synced 2025-02-13 19:54:41 +00:00
17 lines
328 B
YAML
17 lines
328 B
YAML
name: Jekyll Build Verification
|
|
|
|
on: [pull_request]
|
|
|
|
jobs:
|
|
check:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- uses: ruby/setup-ruby@v1
|
|
with:
|
|
ruby-version: '3.0'
|
|
bundler-cache: true
|
|
- run: |
|
|
JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future
|