Skip to content

Commit

Permalink
ci: specific cache for building docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nwesterhausen committed Jan 19, 2024
1 parent a47f857 commit b52452b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,8 @@ jobs:
uses: actions/cache@v3
with:
path: |
~/.cargo/bin/
~/.cargo/registry/index/
~/.cargo/registry/cache/
~/.cargo/git/db/
target/
key: ${{ runner.os }}-rust-${{ hashFiles('**/Cargo.toml') }}
target/doc
key: ${{ runner.os }}-docs-${{ hashFiles('**/Cargo.toml') }}
- name: Build Docs
run: |
cargo doc --no-deps
Expand Down

0 comments on commit b52452b

Please sign in to comment.