We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 008c2c7 commit e09b58dCopy full SHA for e09b58d
doc-workspace.toml .doc/Cargo.tomldoc-workspace.toml renamed to .doc/Cargo.toml
.github/workflows/deploy-docs.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Generate Rust API documentation (excluding samples)
38
run: |
39
export RUSTDOCFLAGS="--cfg docsrs"
40
- cargo +nightly doc --no-deps --manifest-path doc-workspace.toml
+ cargo +nightly doc --no-deps --manifest-path .doc/Cargo.toml
41
42
- name: Deploy to GitHub Pages
43
uses: peaceiris/actions-gh-pages@v3
0 commit comments