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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user