Skip to content

Commit a7608b5

Browse files
committed
Fix publication of docs
1 parent 2bf5575 commit a7608b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install Rust
3232
run: rustup update stable && rustup default stable
3333
- name: Build documentation
34-
run: cargo doc --no-deps --all-features
34+
run: cargo doc --no-deps
3535
- name: Publish documentation
3636
run: |
3737
cd target/doc

0 commit comments

Comments
 (0)