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 5b427a7 commit f1bf452Copy full SHA for f1bf452
.github/workflows/mdbook.yml
@@ -36,10 +36,10 @@ jobs:
36
uses: Swatinem/rust-cache@v2.7.3
37
38
- name: Install mdBook
39
- run: cargo install mdbook
+ run: cargo xtask init --dont-update-ide
40
41
- name: Build the book
42
- run: cd docs && mdbook build
+ run: cargo xtask docs --no-rust-docs
43
44
- name: Deploy to GitHub Pages
45
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/staging'
0 commit comments