build(deps): bump nginx from 28402db
to bc5eac5
in /local_ratelimit in the examples-local-ratelimit group across 1 directory
#566
This file contains 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: Docs | |
permissions: | |
contents: read | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
concurrency: | |
group: >- | |
${{ github.event.inputs.head_ref || github.run_id }} | |
jobs: | |
docs: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
with: | |
repository: envoyproxy/envoy | |
path: envoy | |
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
with: | |
path: examples | |
- run: | | |
bazel build --override_repository=envoy_examples=../examples --config=ci //docs | |
working-directory: envoy |