1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-01-01 22:19:21 +02:00

Take out unnecessary watch dir (#303)

The directory is already mentioned in our `book.toml`.
This commit is contained in:
Martin Geisler 2023-01-30 13:33:04 +01:00 committed by GitHub
parent 601dc8258b
commit e847c13fb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,6 +111,5 @@ we'll tell `mdbook` to watch the `po/` directory for changes:
```shell
$ MDBOOK_BOOK__LANGUAGE=xx \
MDBOOK_PREPROCESSOR__GETTEXT__PO_FILE=po/xx.po \
MDBOOK_BUILD__EXTRA_WATCH_DIRS='["po"]' \
mdbook serve -d book/xx
```