Skip to content

Commit 39bc64a

Browse files
ci: test: Do no build documentation for dependencies
Signed-off-by: Patrick José Pereira <[email protected]>
1 parent ef6871f commit 39bc64a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
with:
134134
components: rustfmt
135135
- name: Build docs
136-
run: RUSTDOCFLAGS=--cfg=docsrs cargo doc --features "default all-dialects emit-extensions format-generated-code tokio-1 signing"
136+
run: RUSTDOCFLAGS=--cfg=docsrs cargo doc --no-deps --features "default all-dialects emit-extensions format-generated-code tokio-1 signing"
137137
- name: Deploy
138138
uses: peaceiris/actions-gh-pages@v3
139139
if: ${{ github.ref == 'refs/heads/master' }}

0 commit comments

Comments
 (0)