fix: bug: _profile_digest_journals never commits/pushes its output — knowledge folder appears empty on origin (#651)
This commit is contained in:
parent
36cc7a7e67
commit
9719d11d67
1 changed files with 6 additions and 0 deletions
|
|
@ -289,6 +289,12 @@ Write the complete, rewritten lessons-learned.md content below. No preamble, no
|
|||
fi
|
||||
fi
|
||||
|
||||
# Commit and push the digest results
|
||||
_profile_commit_and_push \
|
||||
"profile: digest ${archived:-0} journals → knowledge/lessons-learned.md" \
|
||||
knowledge/lessons-learned.md \
|
||||
journal/
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue