Skip to content

Commit a2cc921

Browse files
committed
Use binary mdbook rather than compiling
1 parent c9feb86 commit a2cc921

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,9 @@ jobs:
3434
version: ${{ matrix.llvm }}
3535
directory: ${{ runner.temp }}/llvm-${{ matrix.llvm }}
3636
- name: Install mdbook
37-
uses: actions-rs/install@v0.1
37+
uses: peaceiris/actions-mdbook@v1
3838
with:
39-
crate: mdbook
40-
version: latest
39+
mdbook-version: latest
4140
- name: Build docs
4241
uses: actions-rs/cargo@v1
4342
env:

0 commit comments

Comments
 (0)