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

index 010ef21f174024d1ac7ee5699493deea94546ba4..e4fa71e147273973825e9cab9c247fefb8945b0b 100644 (file)
@@ -16,7 +16,7 @@ jobs:
           pip install sphinx pallets-sphinx-themes sphinxcontrib-mermaid sphinx-new-tab-link sphinx-click
       - name: Sphinx build
         run: |
-          sphinx-build doc _build
+          sphinx-build docs _build
       - name: Deploy to GitHub Pages
         uses: peaceiris/actions-gh-pages@v3
         if: ${{ github.event_name == 'push'}}