From 63206664e02f084e45aa248c01dff21dedb5a3a2 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Tue, 15 Jul 2025 15:16:58 -0400 Subject: [PATCH] CI: Update sphinx-publish-action commit The generate-docs action started failing, presumably because it is using Debian Buster. Update the pinned commit for the third-party totaldebug/sphinx-publish-action to hopefully fix this. --- .github/actions/generate-docs/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/generate-docs/action.yaml b/.github/actions/generate-docs/action.yaml index 1eb711797..a965b59ee 100644 --- a/.github/actions/generate-docs/action.yaml +++ b/.github/actions/generate-docs/action.yaml @@ -59,7 +59,7 @@ runs: echo "commitHash=${GITHUB_SHA:0:9}" >> $GITHUB_OUTPUT - name: Install Sphinx 📜 - uses: totaldebug/sphinx-publish-action@cdbb304b4b8aa1fd36015e3c459c1f122804bd6b + uses: totaldebug/sphinx-publish-action@a44364271972de3b13c5b63801c2596dfde82413 with: sphinx_src: ${{ inputs.sourceDirectory }}/docs/sphinx build_only: true