We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef6871f commit 39bc64aCopy full SHA for 39bc64a
.github/workflows/test.yml
@@ -133,7 +133,7 @@ jobs:
133
with:
134
components: rustfmt
135
- name: Build docs
136
- run: RUSTDOCFLAGS=--cfg=docsrs cargo doc --features "default all-dialects emit-extensions format-generated-code tokio-1 signing"
+ run: RUSTDOCFLAGS=--cfg=docsrs cargo doc --no-deps --features "default all-dialects emit-extensions format-generated-code tokio-1 signing"
137
- name: Deploy
138
uses: peaceiris/actions-gh-pages@v3
139
if: ${{ github.ref == 'refs/heads/master' }}
0 commit comments