Skip to content

Commit d3d4e6d

Browse files
committed
path
1 parent 9214f10 commit d3d4e6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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
3838
run: |
3939
export RUSTDOCFLAGS="--cfg docsrs"
40-
cargo +nightly doc --no-deps --workspace --exclude rustecal-samples
40+
cargo +nightly doc --no-deps --workspace --exclude ../rustecal-samples
4141
4242
- name: Deploy to GitHub Pages
4343
uses: peaceiris/actions-gh-pages@v3

0 commit comments

Comments
 (0)