From: Claromes Date: Fri, 14 Jun 2024 10:12:21 +0000 (-0300) Subject: update docs deploy X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=f266279d0ddf463c6b7d63873718bc899b794174;p=waybacktweets.git update docs deploy --- diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index d048da7..55e3593 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/setup-python@v5 with: python-version: 3.11 - - - name: Install Poetry + - name: Install Poetry run: | curl -sSL https://install.python-poetry.org | python3 - - name: Install dependencies