Skip to content

Commit b3ce4a4

Browse files
committed
fix: exclude mkdocs config from copier skip list
Remove the exclusion rule for .config/copier/mkdocs.yaml from the _skip_if_exists list in copier.yaml. This allows the mkdocs configuration file to be properly managed by copier during template updates, ensuring that documentation settings can be updated when the template changes.
1 parent 32b5f08 commit b3ce4a4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

copier.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ _skip_if_exists:
4848
- pyproject.toml
4949
- README.md
5050
- src/
51+
- "!.config/copier/mkdocs.yaml"
5152

5253
_subdirectory: template
5354

0 commit comments

Comments
 (0)