diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-04-05 17:21:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-05 17:21:58 +0100 |
commit | 163fd686b5db10eab2c70855dedef23204c6f18c (patch) | |
tree | b89b812bdf9c22c0e4205be7a2fc17b001309e5d /.github | |
parent | Fix edge case where a `Linearizer` could get stuck (#12358) (diff) | |
download | synapse-163fd686b5db10eab2c70855dedef23204c6f18c.tar.xz |
Update mdbook to 0.4.17 (#12339)
Update mdbook (the tool used to render the documentation website) to version 0.4.17.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 2bf32e376b..b366eb8667 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -22,7 +22,7 @@ jobs: - name: Setup mdbook uses: peaceiris/actions-mdbook@4b5ef36b314c2599664ca107bb8c02412548d79d # v1.1.14 with: - mdbook-version: '0.4.9' + mdbook-version: '0.4.17' - name: Build the documentation # mdbook will only create an index.html if we're including docs/README.md in SUMMARY.md. |