We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc47e0 commit 9214f10Copy full SHA for 9214f10
.doc/Cargo.toml
.github/workflows/deploy-docs.yml
@@ -34,10 +34,10 @@ jobs:
34
path: target
35
key: ${{ runner.os }}-cargo-target-${{ hashFiles('**/Cargo.lock') }}
36
37
- - name: Generate Rust API documentation (excluding samples)
+ - name: Generate Rust API documentation
38
run: |
39
export RUSTDOCFLAGS="--cfg docsrs"
40
- cargo +nightly doc --no-deps --manifest-path .doc/Cargo.toml
+ cargo +nightly doc --no-deps --workspace --exclude rustecal-samples
41
42
- name: Deploy to GitHub Pages
43
uses: peaceiris/actions-gh-pages@v3
0 commit comments