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

index e4fa71e147273973825e9cab9c247fefb8945b0b..80927d1728f5a76d11a5c8f8e5fe2f12dea78b48 100644 (file)
@@ -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