From 6785b986d798383bc76edc04932ea4caac8bb25c Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Tue, 15 Nov 2022 15:18:12 +0100 Subject: [PATCH] upload docs from 3.10 --- .github/workflows/docs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: