From a0d592c3bc86d55eda1c9a2b84d6c300c20db061 Mon Sep 17 00:00:00 2001 From: imsenthur Date: Thu, 21 Nov 2024 15:21:27 -0500 Subject: [PATCH] Added --force to push docs to gh-deploy --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f258e2b..9bba857 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ docs: ## Build and serve the documentation .PHONY: docs-deploy docs-deploy: ## Deploy the documentation to GitHub pages - @poetry run mkdocs gh-deploy + @poetry run mkdocs gh-deploy --force .PHONY: help help: