Skip to content

Commit

Permalink
Try a "cargo clean" to see if it fixes the docs build
Browse files Browse the repository at this point in the history
There's a bug in nightly where the workaround is to run `cargo clean`:

rust-lang/rust#91663
  • Loading branch information
Josh Holbrook committed Dec 20, 2021
1 parent 08fb510 commit f988a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
run: cargo fmt --all -- --check

- name: docs
run: cargo +nightly doc --no-deps
run: cargo clean && cargo +nightly doc --no-deps

0 comments on commit f988a6a

Please sign in to comment.