From 93d48571d04498def91d64824eefdd6f02fe3373 Mon Sep 17 00:00:00 2001 From: Nikita Janakarajan Date: Thu, 26 Oct 2023 23:43:19 +0200 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 8ec5f4f..f7ea6b8 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -19,8 +19,8 @@ jobs: conda install pandoc - name: Sphinx build run: | - # sphinx-build docs docs/_build - cd docs; make html + cd docs; sphinx-build . _build + #cd docs; make html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}