Skip to content

repo: Add docs CI

repo: Add docs CI #3

Workflow file for this run

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
path: envoy
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
path: examples
- run: |
TARGET_COMMIT=$(git rev-parse HEAD)
echo "Building docs: ${TARGET_COMMIT}"
path: examples

Check failure on line 27 in .github/workflows/docs.yml

View workflow run for this annotation

GitHub Actions / Docs

Invalid workflow file

The workflow is not valid. .github/workflows/docs.yml (Line: 27, Col: 9): Unexpected value 'path' .github/workflows/docs.yml (Line: 30, Col: 9): Unexpected value 'path'
- run: |
bazel build --config=ci //docs
path: envoy