diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c612653..882ba93 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -88,6 +88,7 @@ jobs: RUSTDOCFLAGS: -D rustdoc::broken_intra_doc_links -D missing-docs run: | cargo doc --no-deps --all-features + printf '' $(cargo tree | head -1 | cut -d' ' -f1) > target/doc/index.html - name: Upload artifact uses: actions/upload-pages-artifact@v3