Fix Quartz build to preserve git history for accurate file dates #105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/quartz-git-dates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes the "isn't yet tracked by git, dates will be inaccurate" warnings in the Build docs step by restructuring how Quartz builds the documentation.
Problem
Previously, we copied docs into Quartz's content folder. Since this was inside a fresh Quartz clone with no history of our files, the
CreatedModifiedDateplugin couldn't determine accurate dates.Solution
Build Quartz from within the blumeops repo instead:
content->docs(preserves git history)docs/CHANGELOG.md->../CHANGELOG.mdDeployment and Testing