chore: add debug prints and perform code cleanup

- Add extensive debug prints for troubleshooting
- Comment out docusaurus build/dev action logic
- Rename gittools parameters for clarity (reset/pull)
- Apply consistent formatting to function calls
- Remove unused imports in playbook include module
This commit is contained in:
Mahmoud-Emad
2025-08-12 13:37:01 +03:00
parent f8734a7e9f
commit 0e1450b5db
5 changed files with 74 additions and 61 deletions

View File

@@ -9,6 +9,8 @@ pub fn play(mut plbook PlayBook) ! {
return
}
println('DEBUG: Before the error')
mut config_action := plbook.ensure_once(filter: 'site.config')!
mut p := config_action.params