Skip to content

Commit

Permalink
fix: publish-docs echo typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 26, 2024
1 parent a58163d commit 51832b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 51832b5

Please sign in to comment.