Skip to content

Commit

Permalink
fix: correct mkdocs watch dir
Browse files Browse the repository at this point in the history
  • Loading branch information
billsioros committed Jul 21, 2023
1 parent 48f149d commit 6d29693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ markdown_extensions:
- mdx_truly_sane_lists

watch:
- src/{{ cookiecutter.project_name }}
- src/{{cookiecutter.package_name}}

extra:
social:
Expand Down

0 comments on commit 6d29693

Please sign in to comment.