If the deploy branch is the same as the current branch, --clean will destroy:
- All markdown files
- All templates
- Anything that does not result in a page in the deployed site.
We should disallow using --clean if we are on the branch that is being deployed to, with a message explaining why.
If the deploy branch is the same as the current branch,
--cleanwill destroy:We should disallow using
--cleanif we are on the branch that is being deployed to, with a message explaining why.