diff --git a/{{cookiecutter.project_name}}/makefile b/{{cookiecutter.project_name}}/makefile index dd96872..2e68256 100644 --- a/{{cookiecutter.project_name}}/makefile +++ b/{{cookiecutter.project_name}}/makefile @@ -84,7 +84,7 @@ docs: ## View documentation locally publish-docs: ## Publish documentation to GitHub Pages @uv run mkdocs gh-deploy - @echo "Updated documentation website: https://alexandrainst.github.io/ugens_elev" + @echo "Updated documentation website: https://alexandrainst.github.io/{{ cookiecutter.project_name }}" test: ## Run tests @uv run pytest && uv run readme-cov