From: Claromes Date: Fri, 14 Jun 2024 09:45:48 +0000 (-0300) Subject: update docs deploy X-Git-Url: https://git.claromes.com/?a=commitdiff_plain;h=fa6b00bfc34a9ace31325de1dfde9e085cd06a31;p=waybacktweets.git update docs deploy --- 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'}}