update docs deploy
authorClaromes <claromes@hey.com>
Fri, 14 Jun 2024 10:10:45 +0000 (07:10 -0300)
committerClaromes <claromes@hey.com>
Fri, 14 Jun 2024 10:10:45 +0000 (07:10 -0300)
.github/workflows/documentation.yml

index 2eaf111ac1afbf05cbdc7c5409e254194b849ff9..d048da74cdd82bb3d822e211a211a2b3cd220cdc 100644 (file)
@@ -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