Browse Source

Fix master CI (#875)

* Fix master CI

* Fixed ignore path
pull/880/head
Iban Eguia 4 years ago committed by GitHub
parent
commit
ab5e888fa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/master.yml

3
.github/workflows/master.yml

@ -20,9 +20,10 @@ jobs:
with:
path: |
target
!target/doc_upload
~/.cargo/git
~/.cargo/registry
key: ${{ runner.os }}-cargo-master-${{ hashFiles('**/Cargo.lock') }}
key: ${{ runner.os }}-cargo-doc-bench-${{ hashFiles('**/Cargo.lock') }}
- name: Generate documentation
uses: actions-rs/cargo@v1
with:

Loading…
Cancel
Save