Skip to content

Commit

Permalink
repo: Add docs CI
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <ryan@synca.io>
  • Loading branch information
phlax committed Aug 1, 2024
1 parent cdf532f commit d6e2ef0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Docs

permissions:
contents: read

on:
pull_request:
push:
branches:
- main


jobs:
docs:
runs-on: envoy-x64-small
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
repository: envoyproxy/envoy
- run: |
bazel build //docs

0 comments on commit d6e2ef0

Please sign in to comment.