mirror of
https://github.com/Noratrieb/website.git
synced 2026-01-14 17:05:02 +01:00
add cursed hacks
This commit is contained in:
parent
ce8c65aeaf
commit
2da7939965
3 changed files with 14 additions and 4 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue