From 7f86d9ef95f59f121f1ea6c69a911f334e1a57dd Mon Sep 17 00:00:00 2001 From: Malcolm Jones Date: Tue, 13 Aug 2024 14:57:26 -0400 Subject: [PATCH] chg: gh-pages --- pyproject.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 30cfedcf..a8b04bfa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -406,6 +406,12 @@ ci-with-evals-memray = {chain = [ "coverage-html", "coverage-open", ]} +gh-deploy = "mkdocs gh-deploy --force --message '[skip ci] Docs updates'" +mkdir-site = "mkdir site" +deploy-docs = {chain = [ + "mkdir-site", + "gh-deploy", +]} # Private tasks used for chaining (https://github.com/charbonnierg/pytest-broadcaster/blob/e98456b2f6db7f99a034795f162ac0013a8001d7/pyproject.toml#L157C1-L158C15)