Skip to content

Commit

Permalink
Try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
popzxc committed Apr 2, 2024
1 parent 5a1d593 commit d18329f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ jobs:
- name: Install deadlinks
run: cargo install cargo-deadlinks

- name: Cargo doc
run: cargo doc --no-deps

- name: Run deadlinks
run: cargo deadlinks --dir target/doc
run: |
cargo doc --no-deps
cargo deadlinks --dir target/doc/stdext
test:
name: Test
Expand Down

0 comments on commit d18329f

Please sign in to comment.