From c45174049616ed418d77d1f76c68659487b3d236 Mon Sep 17 00:00:00 2001 From: Ishan Surana <121395061+ishan-surana@users.noreply.github.com> Date: Fri, 23 Aug 2024 20:58:44 +0530 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 155426f..73437a3 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -34,7 +34,7 @@ jobs: - name: Install dependencies and build pages run: | python3 -m pip install --upgrade pip - python3 -m pip install build sphinx==8.0.2 sphinx-copybutton sphinx_design pydata-sphinx-theme myst_parser + python3 -m pip install build sphinx>8 sphinx-copybutton sphinx_design pydata-sphinx-theme myst_parser sphinx-build docs html - name: Setup Pages uses: actions/configure-pages@v5