From fa6b00bfc34a9ace31325de1dfde9e085cd06a31 Mon Sep 17 00:00:00 2001 From: Claromes Date: Fri, 14 Jun 2024 06:45:48 -0300 Subject: [PATCH] update docs deploy --- .github/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/documentation.yml b/.github/documentation.yml index 010ef21..e4fa71e 100644 --- a/.github/documentation.yml +++ b/.github/documentation.yml @@ -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'}} -- 2.34.1