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 136199c commit 4e0dabaCopy full SHA for 4e0daba
.github/workflows/pages.yml
@@ -25,13 +25,13 @@ jobs:
25
- name: Checkout
26
uses: actions/checkout@v4
27
- name: Cargo doc
28
- run: cargo doc --features="fail-on-warnings"
+ run: cargo doc --no-deps --features="fail-on-warnings"
29
- name: Setup Pages
30
uses: actions/configure-pages@v5
31
- name: Upload artifact
32
uses: actions/upload-pages-artifact@v3
33
with:
34
- path: 'target/doc'
+ path: 'target/doc/interactive_html_bom'
35
- name: Deploy to GitHub Pages
36
id: deployment
37
uses: actions/deploy-pages@v4
0 commit comments