Skip to content

Commit a0d966b

Browse files
committed
Add package specifier
1 parent edbe894 commit a0d966b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- uses: actions/checkout@v5
4949
- uses: dtolnay/rust-toolchain@nightly
5050
- uses: dtolnay/install@cargo-docs-rs
51-
- run: cargo docs-rs
51+
- run: cargo docs-rs -p swiftnav
5252

5353
build:
5454
name: Build and test

0 commit comments

Comments
 (0)