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

index 54f003c9f63090ef9dca20050d99cbf20bfdcd24..010ef21f174024d1ac7ee5699493deea94546ba4 100644 (file)
@@ -13,13 +13,13 @@ jobs:
       - uses: actions/setup-python@v5
       - name: Install dependencies
         run: |
-          pip install sphinx sphinx_rtd_theme myst_parser
+          pip install sphinx pallets-sphinx-themes sphinxcontrib-mermaid sphinx-new-tab-link sphinx-click
       - name: Sphinx build
         run: |
           sphinx-build doc _build
       - name: Deploy to GitHub Pages
         uses: peaceiris/actions-gh-pages@v3
-        if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
+        if: ${{ github.event_name == 'push'}}
         with:
           publish_branch: gh-pages
           github_token: ${{ secrets.GITHUB_TOKEN }}