Skip to content

Commit

Permalink
Fix master CI (#875)
Browse files Browse the repository at this point in the history
* Fix master CI

* Fixed ignore path
  • Loading branch information
Razican authored Oct 15, 2020
1 parent 9a295fe commit ab5e888
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ab5e888

Please sign in to comment.