From ea575474784d58c49f081d693724c58dbf80cafd Mon Sep 17 00:00:00 2001 From: Tristan Pepin <122389133+tristanpepinartefact@users.noreply.github.com> Date: Thu, 23 Nov 2023 15:11:01 +0100 Subject: [PATCH] fix deployment (#22) --- .github/workflows/deploy_docs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_docs.yaml b/.github/workflows/deploy_docs.yaml index 8d4a6b6..adc0cff 100644 --- a/.github/workflows/deploy_docs.yaml +++ b/.github/workflows/deploy_docs.yaml @@ -23,5 +23,5 @@ jobs: make install - name: Deploying MkDocs documentation run: | - mkdocs build - mkdocs gh-deploy --force + poetry run mkdocs build + poetry run mkdocs gh-deploy --force