Skip to content

Commit

Permalink
repo: Add docs CI (#25)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Aug 1, 2024
1 parent afeb9d1 commit a341294
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Docs

permissions:
contents: read

on:
pull_request:
push:
branches:
- main


jobs:
docs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: envoyproxy/envoy
path: envoy
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
path: examples
- run: |
bazel build --override_repository=envoy_examples=../examples --config=ci //docs
working-directory: envoy

0 comments on commit a341294

Please sign in to comment.