diff --git a/.github/workflows/sphinx.yml b/.github/workflows/sphinx.yml index 47fb22f..1f4e353 100644 --- a/.github/workflows/sphinx.yml +++ b/.github/workflows/sphinx.yml @@ -30,8 +30,6 @@ jobs: - name: Configure GitHub Pages id: pages uses: actions/configure-pages@v4.0.0 - with: - enablement: true - name: Get tool versions id: tool_versions run: echo "python=$(grep --only-matching --perl-regexp 'python \K\S+' .tool-versions)" >> $GITHUB_OUTPUT