Skip to content

Commit

Permalink
exclude kerria-runtime & integration tests for docs (#1625)
Browse files Browse the repository at this point in the history
Signed-off-by: Cheng JIANG <[email protected]>
  • Loading branch information
GopherJ authored Apr 19, 2022
1 parent f961b9f commit 4ffc637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rustdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 4ffc637

Please sign in to comment.