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 ade222d commit fc46f4cCopy full SHA for fc46f4c
.github/workflows/docs.yml
@@ -42,7 +42,7 @@ jobs:
42
directory: ${{ runner.temp }}/llvm-${{ matrix.clang }}
43
cached: ${{ steps.cache-llvm.outputs.cache-hit }}
44
- name: Install mdbook
45
- uses: peaceiris/actions-mdbook@v1
+ uses: peaceiris/actions-mdbook@v2
46
with:
47
mdbook-version: ${{ matrix.mdbook }}
48
- name: Build guide
0 commit comments