Skip to content

Commit e09b58d

Browse files
committed
next try
1 parent 008c2c7 commit e09b58d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Generate Rust API documentation (excluding samples)
3838
run: |
3939
export RUSTDOCFLAGS="--cfg docsrs"
40-
cargo +nightly doc --no-deps --manifest-path doc-workspace.toml
40+
cargo +nightly doc --no-deps --manifest-path .doc/Cargo.toml
4141
4242
- name: Deploy to GitHub Pages
4343
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)