From 1ef63195d557c5063ef0fba7eaf61d3b2d7d8ef8 Mon Sep 17 00:00:00 2001 From: mdp0023 Date: Wed, 17 Apr 2024 14:44:06 -0500 Subject: [PATCH] build all sphinx pages --- .github/workflows/documenation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/documenation.yml b/.github/workflows/documenation.yml index 4bb8dbd..480bc01 100644 --- a/.github/workflows/documenation.yml +++ b/.github/workflows/documenation.yml @@ -16,7 +16,7 @@ jobs: pip install sphinx sphinx_rtd_theme myst_parser furo - name: Sphinx build run: | - sphinx-build doc _build + sphinx-build -E doc _build - name: Deploy to GitHub Pages uses: peaceiris/actions-gh-pages@v3 if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}