From 14be0a2456793ae0150d1b6db243482e8bdb5412 Mon Sep 17 00:00:00 2001 From: Jaikinator Date: Fri, 6 Oct 2023 16:04:17 +0200 Subject: [PATCH] add make html --- .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 9aedbb0..25e3085 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -17,8 +17,8 @@ jobs: - name: Sphinx build run: | sphinx-apidoc -o source scraibe/ - sphinx-build source docs - + sphinx-build 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' }}