Skip to content

Commit

Permalink
Update check_documentation ci job (no cache)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpizenberg committed Dec 1, 2023
1 parent a3169de commit d69967a
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,23 +46,8 @@ jobs:
name: Documentation builds successfully
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install nightly Rust
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
profile: minimal

- name: Download cache
uses: actions/cache@v2
with:
path: |
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: documentation

- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@nightly
- name: Check documentation
env:
RUSTDOCFLAGS: -D warnings
Expand Down

0 comments on commit d69967a

Please sign in to comment.