From 79a2e875a9ec1fe768bcd3b3c88e49b4d294bd90 Mon Sep 17 00:00:00 2001 From: Chris Lovering Date: Wed, 26 Oct 2022 15:27:16 +0100 Subject: Matrix test both 3.10 and 3.11 in CI --- .github/workflows/docs.yaml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to '.github/workflows/docs.yaml') diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 6d6c9569..03e6bc96 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -1,15 +1,8 @@ name: Build Docs on: - push: - branches: - - main - pull_request: workflow_dispatch: - -concurrency: - group: docs-deployment-${{ github.ref }} - cancel-in-progress: true + workflow_call: jobs: latest-build: @@ -25,7 +18,7 @@ jobs: with: dev: true python_version: "3.11" - install_args: "--extras async-rediscache" + install_args: "--extras async-rediscache --only main --only doc" - name: Generate HTML Site run: sphinx-build -nW -j auto -b html docs docs/build -- cgit v1.2.3