- open Gramps, select correct Family Tree
- update data
- Export -> Gramps XML (Family Tree), unselect "Use Compression"
- overwrite my git-managed .gramps file
- git add, git commit, git push
- (git clone,) git pull
- open Gramps, Delete the Family Tree
- create a new empty Family tree and import the git-managed .gramps file
- update data
- Export -> Gramps XML (Family Tree), unselect "Use Compression"
- overwrite my git-managed .gramps file
- git add, git commit, git push
- generate "Narrated Web Site" report into /docs
- git add, git commit, git push
- github copies it to https://dgm9704.github.io/tree/
- running the plugin as a github action?
- triggering the plugin on client based on changed files?
- a plugin that does git pull, commit, push automatically?
- a script for starting gramps that does git stuff before and after?