From 669f1be23c24c212daa42265a2a46ca38960f770 Mon Sep 17 00:00:00 2001 From: David Hart Date: Fri, 4 Oct 2024 13:33:36 -0600 Subject: [PATCH] docs: try executing multi-version build process --- .github/workflows/gh-pages.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7dc37b6..a284de2 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -62,7 +62,9 @@ jobs: run: pip install -e . - name: Build documentation - run: sphinx-build docs/ docs/_build/html + run: | + cd docs + python3 build_all.py - name: Upload artifact uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3.0.1