Skip to content

Commit

Permalink
fix(dtt): 🚑 critical fixes for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienrousseau committed Sep 2, 2024
1 parent e3ff130 commit a528842
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/document.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a528842

Please sign in to comment.