Skip to content

Commit 9214f10

Browse files
committed
exclude option
1 parent abc47e0 commit 9214f10

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

.doc/Cargo.toml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
path: target
3535
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
3636

37-
- name: Generate Rust API documentation (excluding samples)
37+
- name: Generate Rust API documentation
3838
run: |
3939
export RUSTDOCFLAGS="--cfg docsrs"
40-
cargo +nightly doc --no-deps --manifest-path .doc/Cargo.toml
40+
cargo +nightly doc --no-deps --workspace --exclude rustecal-samples
4141
4242
- name: Deploy to GitHub Pages
4343
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)