Obsidian Git
Added the obsidian git plugin so now to deploy to netlify, it’s as easy as:
- Command-p:
Obsidian Git: Create Backup
And that command does:
- Looks for what files changed and commits
- Pushes to github
- Which triggers the github action
- The github action builds with mkdocs and pushes to netlify