Skip to content

Commit bd848e6

Browse files
committed
ci/docs: Improve docs CI
- enable RBE - add artifact uploads Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 2d56886 commit bd848e6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
export UID
4444
echo 'load("@envoy_examples//bazel:env.bzl", "envoy_examples_env")' >> ../envoy/WORKSPACE
4545
echo 'envoy_examples_env()' >> ../envoy/WORKSPACE
46+
echo "--config=rbe" > ../envoy/repo.bazelrc
47+
# echo "--config=ci" >> ../envoy/repo.bazelrc
4648
docker compose run docs
4749
working-directory: examples
4850
env:
@@ -53,3 +55,4 @@ jobs:
5355
BUILDKIT_PROGRESS: quiet
5456
COMPOSE_BAKE: true
5557
DOCKER_BUILDKIT: 1
58+
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)