From 51832b56986debf87bff2b631430e90389700120 Mon Sep 17 00:00:00 2001 From: saattrupdan Date: Tue, 26 Nov 2024 10:35:33 +0100 Subject: [PATCH] fix: `publish-docs` echo typo --- {{cookiecutter.project_name}}/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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