summary refs log tree commit diff
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-04-05 17:21:58 +0100
committerGitHub <noreply@github.com>2022-04-05 17:21:58 +0100
commit163fd686b5db10eab2c70855dedef23204c6f18c (patch)
treeb89b812bdf9c22c0e4205be7a2fc17b001309e5d
parentFix edge case where a `Linearizer` could get stuck (#12358) (diff)
downloadsynapse-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.
-rw-r--r--.github/workflows/docs.yaml2
-rw-r--r--changelog.d/12339.doc1
2 files changed, 2 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.
diff --git a/changelog.d/12339.doc b/changelog.d/12339.doc
new file mode 100644
index 0000000000..cdbd55bb34
--- /dev/null
+++ b/changelog.d/12339.doc
@@ -0,0 +1 @@
+Upgrade the version of `mdbook` in CI to 0.4.17.