From 827d7c05e8fe7badaa9f175c0fed1e0426861e80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Voron?= Date: Tue, 18 Oct 2022 08:40:30 +0200 Subject: [PATCH] Fix docs CI --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 3705e025..b2b020c3 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,4 +34,4 @@ jobs: git config user.name fastapi-users-ci git config user.email fastapi-users-ci@francoisvoron.com git fetch origin gh-pages --depth=1 - mike deploy --push --update-aliases ${{ env.DOC_TAG }} + hatch run mike deploy --push --update-aliases ${{ env.DOC_TAG }}