docs: billable expenses, Log screen, and JSON v2 backup - #22
Merged
Conversation
2 tasks
0x054
added a commit
that referenced
this pull request
Jul 7, 2026
## Summary - Add `.github/workflows/docs.yml` — builds Zensical and deploys to GitHub Pages - Callable via `workflow_dispatch` (manual) or `workflow_call` (from Release) - Release workflow calls `docs.yml` instead of inlining the job - Add `just docs-deploy` → `gh workflow run docs.yml --ref main` ## Usage after merge ```bash just docs-deploy # or gh workflow run docs.yml --ref main gh run watch --workflow docs.yml ``` Optional `ref` input defaults to `main`; override in the Actions UI when dispatching manually. ## Test plan - [ ] Merge and run `just docs-deploy` to publish expenses docs (#22) - [ ] Verify Release workflow still calls docs job on next release Made with [Cursor](https://cursor.com) Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ttd expenseCLI referencelog-month.svg, quick-log chooser); seed demo expenses in sandbox-onlyseed_docs_demo.pyKnown gaps (issues filed)
invoice showtable omits expense linesttd expense add -iSafety
Ledger backup before screenshot work:
~/Backups/ttd/ttd-20260707-121946.db.just docs-shotsuses a temp sandbox DB only.Test plan
just checkprek run zensical-buildjust docs-cli(expense page + index)just docs-shots(log-month shows expense row)Made with Cursor