From 48905610379ef34e70562402f09f6189ffe32a99 Mon Sep 17 00:00:00 2001 From: Ivan Schaller Date: Mon, 16 Jun 2025 18:40:51 +0200 Subject: [PATCH] Revert "test build with different action" This reverts commit 12b46544582f82e23abe80f97d36c63ae8a6defe. --- .github/workflows/docs.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 44a0875..07fdc9d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -28,11 +28,8 @@ jobs: - name: Run scripts/get-docs run: ./script/get-docs - - name: Build Sphinx - uses: ammaraskar/sphinx-action@8.2.3 - with: - docs-folder: "docs/" - build-command: "sphinx-build -b html . _build" + - name: Run scripts/build-docs + run: ./script/build-docs - name: Deploy to gh-pages branch uses: peaceiris/actions-gh-pages@v4