Skip to content

Commit 85512f5

Browse files
committed
API doc generation disabled for now ..
1 parent f3dc615 commit 85512f5

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

.doc/Cargo.toml

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

.github/workflows/generate-docs.yml

Lines changed: 4 additions & 4 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 (docs-only workspace)
38-
run: |
39-
export RUSTDOCFLAGS="--cfg docsrs"
40-
cargo +nightly doc --no-deps --workspace --manifest-path .doc/Cargo.toml
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
4141

4242
- name: Deploy to GitHub Pages
4343
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)