Skip to content

Commit 4e0daba

Browse files
committed
WIP
1 parent 136199c commit 4e0daba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
- name: Cargo doc
28-
run: cargo doc --features="fail-on-warnings"
28+
run: cargo doc --no-deps --features="fail-on-warnings"
2929
- name: Setup Pages
3030
uses: actions/configure-pages@v5
3131
- name: Upload artifact
3232
uses: actions/upload-pages-artifact@v3
3333
with:
34-
path: 'target/doc'
34+
path: 'target/doc/interactive_html_bom'
3535
- name: Deploy to GitHub Pages
3636
id: deployment
3737
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)