diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index d888e6c2b..ab50a7ef4 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -25,7 +25,7 @@ jobs: env: DISPLAY: ':99.0' OS: ${{ matrix.os }} - UPLOAD_TO_GHPAGES: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.7' && github.event_name == 'push' && github.ref == 'refs/heads/master' }} + UPLOAD_TO_GHPAGES: ${{ matrix.os == 'ubuntu-latest' && matrix.python-version == '3.10' && github.event_name == 'push' && github.ref == 'refs/heads/master' }} steps: - uses: actions/checkout@v3.1.0 with: