Skip to content

Commit

Permalink
👷 Build docs for new package
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Jan 3, 2025
1 parent e5c1de2 commit 7dea7f7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ jobs:
run: just doc
env:
RUSTDOCFLAGS: -Dwarnings
- name: Build Docs
run: just doc xterm-color
env:
RUSTDOCFLAGS: -Dwarnings
lint:
runs-on: ubuntu-latest
name: Lint
Expand Down
4 changes: 2 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ check-no-default-features:
check-unsupported:
RUSTFLAGS='--cfg terminal_colorsaurus_test_unsupported -Dwarnings' cargo clippy --workspace

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

update-locked-deps:
CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo +nightly -Zmsrv-policy generate-lockfile
Expand Down

0 comments on commit 7dea7f7

Please sign in to comment.