fix: remove public directory in clean target#28
Conversation
Signed-off-by: Bhumika Garg <bhumikatech2024@gmail.com>
|
Code Review — PR #28: fix: remove public directory in clean targetSummaryThis PR adds a Blocking Issues1. PR title is misleading — the change does not "remove public directory" The title says "fix: remove public directory in clean target", but the actual change adds 2. Incorrect ordering —
The correct order should be: clean:
make setup
hugo --cleanDestinationDir
make siteNon-blocking Suggestions3. No linked issue The PR body says "This PR fixes #" with no issue number. If there's a related issue, it should be linked. If not, the template text should be removed. 4. Use This is not introduced by this PR, but both 5. The Conventionally, Questions / Clarifications
|
|
@Bhumikagarggg title is not aligning with changes. |
Notes for Reviewers
This PR fixes #
Signed commits