Skip to content

Commit 253d905

Browse files
committed
💚 Fix docs-rs invocation
1 parent 447844c commit 253d905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- run: rustup override set nightly
5050
- uses: dtolnay/install@cargo-docs-rs
5151
- name: Build Docs
52-
run: cargo docs-rs
52+
run: cargo docs-rs -p terminal-colorsaurus
5353
env:
5454
RUSTDOCFLAGS: -Dwarnings
5555
lint:

0 commit comments

Comments
 (0)