Update AWS Lambda plugin documentation for optional timeout configurations #21357
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Jekyll Build Verification | |
| on: [pull_request] | |
| jobs: | |
| jekyll-build: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v3 | |
| - uses: ruby/setup-ruby@v1 | |
| with: | |
| ruby-version: '3.4.5' | |
| bundler-cache: true | |
| - run: | | |
| JEKYLL_FATAL_LINK_CHECKER=internal bundle exec jekyll build --future |