fix(docs): remove multilingual config field

Problem: "deploy docs" always pulls in the `latest` release of `mdbook`,
which now is a v0.5.0 prerelease with breaking changes -- including
removing an (apparently unused) `multilingual` config field in the TOML
that is now an error (another breaking change).

Solution: Delete the line. Add `workflow_dispatch` to the docs workflow
in case follow-up changes are needed; see
https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#05-migration-guide
This commit is contained in:
Christian Clason 2025-11-02 11:29:24 +01:00 committed by Will Lillis
parent 097c2d4f05
commit 8444cc3deb
2 changed files with 1 additions and 1 deletions

View file

@ -3,6 +3,7 @@ on:
push:
branches: [master]
paths: [docs/**]
workflow_dispatch:
jobs:
deploy-docs: