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 c9feb86 commit a2cc921Copy full SHA for a2cc921
.github/workflows/docs.yml
@@ -34,10 +34,9 @@ jobs:
34
version: ${{ matrix.llvm }}
35
directory: ${{ runner.temp }}/llvm-${{ matrix.llvm }}
36
- name: Install mdbook
37
- uses: actions-rs/install@v0.1
+ uses: peaceiris/actions-mdbook@v1
38
with:
39
- crate: mdbook
40
- version: latest
+ mdbook-version: latest
41
- name: Build docs
42
uses: actions-rs/cargo@v1
43
env:
0 commit comments