From 6359c450deed6920956fbdbcd324aee53547e54d Mon Sep 17 00:00:00 2001 From: Abdalla1423 <77030779+Abdalla1423@users.noreply.github.com> Date: Fri, 7 Jun 2024 21:36:06 +0200 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index e58d68c..2eaa151 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -16,7 +16,7 @@ jobs: pip install sphinx sphinx_rtd_theme myst_parser - name: Sphinx build run: | - sphinx-build docs docs/_build + sphinx-build docs docs/build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}