Skip to content
This repository has been archived by the owner on Sep 28, 2022. It is now read-only.

Commit

Permalink
[ci] add caches for docs jobs
Browse files Browse the repository at this point in the history
This should speed up docs build times a little, though probably not by
much because we've switched to nightly Rust.
  • Loading branch information
sunshowers committed Feb 13, 2022
1 parent 86b3564 commit 376a247
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
with:
toolchain: nightly
override: true
- uses: Swatinem/rust-cache@c5ed9ba6b7e1bb8aff90d43acd2f0af4990fa57c
- name: Build rustdoc
# cargo-compare currently pulls in cargo which bloats build times massively
run: |
Expand Down

0 comments on commit 376a247

Please sign in to comment.