From e8a2719e03e15946f66482ca15ae37ad465c3d04 Mon Sep 17 00:00:00 2001 From: Claromes Date: Fri, 14 Jun 2024 06:42:58 -0300 Subject: [PATCH] update docs deploy --- .github/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/documentation.yml b/.github/documentation.yml index 54f003c..010ef21 100644 --- a/.github/documentation.yml +++ b/.github/documentation.yml @@ -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 }} -- 2.34.1