From cd6ede6cdc0e9b0206ca2908885476735a840516 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kucmus?= Date: Tue, 21 Nov 2023 17:45:21 +0100 Subject: [PATCH] add gh-pages deploy script --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index b03bb74..33e86f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -74,6 +74,7 @@ dependencies = [ [tool.hatch.envs.docs.scripts] build = "mkdocs build --clean --strict" serve = "mkdocs serve --dev-addr localhost:8000" +deploy = "mkdocs gh-deploy --force" [tool.hatch.envs.lint] dependencies = [