You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-08-09 00:36:37 +02:00
Test translations using same source as for publish (#1492)
Before we would run `mdbook test` using the current Markdown sources. This is subtly wrong: we publish the course using back-dated sources, so we should therefore also run the tests using the same sources (this ensures that the code snippets actually work). After this commit, all translatable content lives in exactly two directories: - `src/` - `third_party/` We need to restore both directories when testing and when publishing. This ensures consistency in the Markdown text and in the included source code. A new `.github/workflows/build.sh` script takes care of preparing the two directories according to the date in the PO file (if any). To ensure we can restore all of `third_party/` to an old commit, the non-changing `third_party/mdbook/book.js` file has been moved to `theme/book.js`. The file is generated by `mdbook init --theme`, making it suitable for modification by the user (us). Symlinks have been added to `third_party/mdbook/` to indicate that the files ultimately came from upstream.
This commit is contained in:
2
.github/typos.toml
vendored
2
.github/typos.toml
vendored
@ -13,4 +13,4 @@ check-file = false
|
||||
|
||||
[files]
|
||||
# Typos in third party packages should be fixed upstream.
|
||||
extend-exclude = ["third_party/*"]
|
||||
extend-exclude = ["third_party/*", "theme/book.js"]
|
||||
|
Reference in New Issue
Block a user