From a7d0d8546a637fbf3e557e833aceca8f494fe13d Mon Sep 17 00:00:00 2001 From: Claromes Date: Fri, 14 Jun 2024 06:54:57 -0300 Subject: [PATCH] update docs deploy --- .github/workflows/documentation.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e4fa71e..80927d1 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -11,9 +11,12 @@ jobs: steps: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 + - name: Install Poetry + run: | + curl -sSL https://install.python-poetry.org | python3 - - name: Install dependencies run: | - pip install sphinx pallets-sphinx-themes sphinxcontrib-mermaid sphinx-new-tab-link sphinx-click + poetry install - name: Sphinx build run: | sphinx-build docs _build -- 2.34.1