Merge branch 'main' into tairu
This commit is contained in:
commit
565b6a0520
4 changed files with 39 additions and 1 deletions
|
@ -279,7 +279,6 @@ pub fn generate(paths: &Paths<'_>) -> anyhow::Result<Treehouse> {
|
|||
config.site = std::env::var("TREEHOUSE_SITE").unwrap_or(config.site);
|
||||
config.autopopulate_emoji(&paths.static_dir.join("emoji"))?;
|
||||
config.autopopulate_pics(&paths.static_dir.join("pic"))?;
|
||||
dbg!(&config.pics);
|
||||
|
||||
info!("cleaning target directory");
|
||||
let _ = std::fs::remove_dir_all(paths.target_dir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue