Skip to content

Commit 7dea7f7

Browse files
committed
👷 Build docs for new package
1 parent e5c1de2 commit 7dea7f7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
run: just doc
6060
env:
6161
RUSTDOCFLAGS: -Dwarnings
62+
- name: Build Docs
63+
run: just doc xterm-color
64+
env:
65+
RUSTDOCFLAGS: -Dwarnings
6266
lint:
6367
runs-on: ubuntu-latest
6468
name: Lint

Justfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ check-no-default-features:
2020
check-unsupported:
2121
RUSTFLAGS='--cfg terminal_colorsaurus_test_unsupported -Dwarnings' cargo clippy --workspace
2222

23-
doc:
24-
cargo +nightly docs-rs -p terminal-colorsaurus
23+
doc name="terminal-colorsaurus":
24+
cargo +nightly docs-rs -p {{name}}
2525

2626
update-locked-deps:
2727
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo +nightly -Zmsrv-policy generate-lockfile

0 commit comments

Comments
 (0)