Code
Restoring modification timestamps in cloned git repos
I have a GitHub Actions Workflow that clones the repo, renders the content, then pushes it up to the
gh-pages
branch to be published. However, the ordering of the field notes was dependent on the file modification timestamps. I imagine workflows that use Make will also be affected by this issue.