From 4ffc63707631313bd75a3e1c08623ac9401c1467 Mon Sep 17 00:00:00 2001 From: Cheng JIANG Date: Tue, 19 Apr 2022 23:44:13 +0800 Subject: [PATCH] exclude kerria-runtime & integration tests for docs (#1625) Signed-off-by: Cheng JIANG --- .github/workflows/rustdoc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustdoc.yml b/.github/workflows/rustdoc.yml index b2f6d9b8d..5e3eb5b0c 100644 --- a/.github/workflows/rustdoc.yml +++ b/.github/workflows/rustdoc.yml @@ -40,7 +40,7 @@ jobs: with: toolchain: ${{ matrix.rust }} command: doc - args: --workspace --exclude heiko-runtime --exclude parallel-runtime --exclude vanilla-runtime --exclude parallel --no-deps + args: --workspace --exclude heiko-runtime --exclude parallel-runtime --exclude vanilla-runtime --exclude kerria-runtime --exclude parallel --exclude runtime-integration-tests --no-deps - name: Use Custom Domain run: |