From 10e8c3137e48785136d58fc14f020664a86252d3 Mon Sep 17 00:00:00 2001 From: Jacob Schmieder Date: Sat, 7 Oct 2023 18:51:53 +0200 Subject: [PATCH] Update documentation.yml --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index bb74e46..8fb6de5 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -18,6 +18,7 @@ jobs: run: | sphinx-apidoc -o source scraibe/ sphinx-build -M html source docs + make html - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/sphinx_action' }}