From ce203194702047c7de551c19f05dd8c00cdae1b8 Mon Sep 17 00:00:00 2001 From: Jerome Guibert Date: Tue, 27 Jun 2023 09:04:40 +0200 Subject: [PATCH] ci: fix doc publish --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index d97627d..d340126 100644 --- a/Makefile +++ b/Makefile @@ -119,6 +119,7 @@ build-docs: ## Build and publish sit documentation. .PHONY: publish-docs publish-docs: ## Build and publish sit documentation. + @git fetch origin gh-pages @poetry run mkdocs gh-deploy --clean