Skip to content

Commit

Permalink
Tweak rustdoc job
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Jun 12, 2024
1 parent 039a9d4 commit 4e06bdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
run: cargo fmt --all -- --check

check-doc:
name: rustdoc + deadlinks
name: rustdoc
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -78,4 +78,4 @@ jobs:
- name: Generate Docs
env:
RUSTDOCFLAGS: "-Dwarnings --cfg docsrs"
run: cargo doc --all-features --no-deps
run: cargo doc --no-deps

0 comments on commit 4e06bdc

Please sign in to comment.