We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3dc615 commit 85512f5Copy full SHA for 85512f5
.doc/Cargo.toml
.github/workflows/generate-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 (docs-only workspace)
38
- run: |
39
- export RUSTDOCFLAGS="--cfg docsrs"
40
- cargo +nightly doc --no-deps --workspace --manifest-path .doc/Cargo.toml
+ # - name: Generate Rust API documentation (docs-only workspace)
+ # run: |
+ # export RUSTDOCFLAGS="--cfg docsrs"
+ # cargo +nightly doc --no-deps --workspace --manifest-path .doc/Cargo.toml
41
42
- name: Deploy to GitHub Pages
43
uses: peaceiris/actions-gh-pages@v3
0 commit comments