diff --git a/.github/workflows/github-release.yml b/.github/workflows/github-release.yml index 15791d699..2d1cc4f45 100644 --- a/.github/workflows/github-release.yml +++ b/.github/workflows/github-release.yml @@ -28,6 +28,8 @@ jobs: permissions: contents: write steps: + - name: Install doc dependencies + run: pip install 'sphinx<4.4.0' - name: Clone DFHack uses: actions/checkout@v3 with: