You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling mdzk v0.5.2
error[E0063]: missing field `extra_watch_dirs` in initializer of `mdbook::config::BuildConfig`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/mdzk-0.5.2/src/config/build.rs:36:9
|
36 | Self {
| ^^^^ missing `extra_watch_dirs`
error[E0609]: no field `livereload_url` on type `HtmlConfig`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/mdzk-0.5.2/src/renderer/mdzk_renderer.rs:95:51
|
95 | if let Some(ref livereload) = html_config.livereload_url {
| ^^^^^^^^^^^^^^ unknown field
|
= note: available fields are: `theme`, `default_theme`, `preferred_dark_theme`, `curly_quotes`, `mathjax_support` ... and 16 others
Some errors have detailed explanations: E0063, E0609.
For more information about an error, try `rustc --explain E0063`.
error: could not compile `mdzk` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
error: failed to compile `mdzk v0.5.2`, intermediate artifacts can be found at `/tmp/cargo-installNcxbor`
The text was updated successfully, but these errors were encountered:
mdzk fails when building on github actions and on my computer by
cargo install
The text was updated successfully, but these errors were encountered: