From 3cbe864b33fea45f5ee8f359fb9e6e38b7ccce88 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Wed, 17 Apr 2024 18:30:16 -0400 Subject: [PATCH] CI: Fix generate-docs action Effectively revert 743117f08060d3d79f92740f46a60cbeed2e2699. This action began failing recently. Updating the Dockerfile per the action's repo did not fix this. Unpinning Sphinx fixed it. --- .github/actions/generate-docs/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/generate-docs/action.yaml b/.github/actions/generate-docs/action.yaml index d698edd6c..73b05d6ad 100644 --- a/.github/actions/generate-docs/action.yaml +++ b/.github/actions/generate-docs/action.yaml @@ -52,7 +52,6 @@ runs: build_only: true target_branch: master target_path: '../home/_build' - pre_build_commands: 'pip install -Iv sphinx==5.1.1' - uses: actions/upload-artifact@v4 with: