add cursed hacks

This commit is contained in:
nora 2024-08-02 17:24:01 +02:00
parent ce8c65aeaf
commit 2da7939965
3 changed files with 14 additions and 4 deletions

View file

@ -169,7 +169,7 @@ fn build(rng: &mut rand::rngs::StdRng, root: &Path) -> Result<()> {
let sub_config =
submodule::Submodules::parse(&sub_config).wrap_err("invalid submodules.toml")?;
let submodules_path = root.join("submodules");
submodule::sync(&submodules_path, &sub_config).wrap_err("syncing subtrees")?;
submodule::sync(&submodules_path, &sub_config).wrap_err("syncing submodules")?;
let dist_path = root.join("dist");
build::assemble_website(