diff --git a/.github/workflows/document.yml b/.github/workflows/document.yml index 476037f..bb6fd7b 100644 --- a/.github/workflows/document.yml +++ b/.github/workflows/document.yml @@ -45,7 +45,7 @@ jobs: retention-days: 1 - name: Write CNAME file - run: echo 'docs.dttlib.com' > ./target/doc/CNAME + run: echo 'doc.dttlib.com' > ./target/doc/CNAME - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v4 diff --git a/Cargo.toml b/Cargo.toml index 2dabadb..8c0529e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -81,7 +81,6 @@ rustdoc-args = [ "--generate-link-to-definition", "--cfg", "docsrs", "--document-private-items", - "--display-warnings" ] # Build docs with all crate features enabled to cover the entire API. all-features = true