Skip to content

Commit

Permalink
Revert "docs.yml: Cache cargo deps"
Browse files Browse the repository at this point in the history
This reverts commit a673e11.
  • Loading branch information
alexdewar committed Jun 6, 2024
1 parent a673e11 commit 0232e77
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup pages
uses: actions/configure-pages@v5
- name: Setup Rust
uses: dtolnay/rust-toolchain@stable
- name: Cargo Cache
uses: actions/cache@v4
with:
path: |
~/.cargo
target
key: ubuntu-latest-cargo-${{ hashFiles('Cargo.toml') }}
restore-keys: |
ubuntu-latest-cargo-${{ hashFiles('Cargo.toml') }}
ubuntu-latest-cargo
- name: Setup pages
uses: actions/configure-pages@v5
- name: Install mdBook
run: cargo install mdbook
- name: Build docs with mdBook
Expand Down

0 comments on commit 0232e77

Please sign in to comment.