fix: fix hero mdbook command

This commit is contained in:
2025-01-14 15:34:02 +02:00
parent 6a3e3a1177
commit de102f33d9
3 changed files with 3 additions and 4 deletions

View File

@@ -22,6 +22,7 @@ pub fn run(mut plbook playbook.PlayBook, dagu bool) ! {
play_core(mut plbook)!
play_ssh(mut plbook)!
play_git(mut plbook)!
play_publisher(mut plbook)!
// play_zola(mut plbook)!
// play_caddy(mut plbook)!
// play_juggler(mut plbook)!
@@ -36,8 +37,6 @@ pub fn run(mut plbook playbook.PlayBook, dagu bool) ! {
// base_install(play(mut plbook)!
// coredns.play(mut plbook)!
// publishing.play(mut plbook)!
// plbook.empty_check()!
console.print_header('Actions concluded succesfully.')