updated some things like help text, fixing custom docs dir
This commit is contained in:
@@ -3,6 +3,6 @@ use crate::app::config::config::Config;
|
||||
use super::executions::build_execution::BuildExecution;
|
||||
|
||||
pub async fn build(config: &Config) -> () {
|
||||
let mut build_execution = BuildExecution::new(&config.docs_dir);
|
||||
let mut build_execution = BuildExecution::new(&config.input_dir);
|
||||
build_execution.execute(&config).await.expect("build failed")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user