From: Claromes Date: Fri, 14 Jun 2024 10:10:45 +0000 (-0300) Subject: update docs deploy X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=3ea02e37d7419e73f92dc149ac8aa3f7a55b2093;p=waybacktweets.git update docs deploy --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2eaf111..d048da7 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,9 +13,12 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.11 - - uses: abatilo/actions-poetry@v2.1.3 - - name: install - run: poetry install + - - name: Install Poetry + run: | + curl -sSL https://install.python-poetry.org | python3 - + - name: Install dependencies + run: | + poetry install - name: Sphinx build run: | mkdir gh-pages