Don't run docs publish workflow when cargo files updated

We're not publishing rustdoc with this flow, just the book
This commit is contained in:
Deirdre Connolly 2023-04-21 19:26:38 -04:00
parent a6bdf68dc2
commit 27a9fc06b2
1 changed files with 0 additions and 7 deletions

View File

@ -18,13 +18,6 @@ on:
- 'book/**'
- '**/firebase.json'
- 'katex-header.html'
# rustdoc source files
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'
# configuration files
- '.cargo/config.toml'
- '**/clippy.toml'
# workflow definitions
- '.github/workflows/docs.yml'