The Docs and stuff
The deploy workflow automatically updates markdown frontmatter metadata before building.
When you push changes to markdown files in content/, the workflow will:
- Update frontmatter (
date:andauthor:fields) - Commit the changes with
[meta-master]tag - Build and deploy to Firebase
To skip frontmatter updates on a specific commit, include [skip ci] or [meta-master] in your commit message.