From: Claromes Date: Fri, 14 Jun 2024 09:54:57 +0000 (-0300) Subject: update docs deploy X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=a7d0d8546a637fbf3e557e833aceca8f494fe13d;p=waybacktweets.git update docs deploy --- 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