From d5a96b04762e753c3428703595643326681ac40c Mon Sep 17 00:00:00 2001 From: Marco Heinemann Date: Thu, 26 Mar 2026 13:39:24 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20Update=20ubc=20action=20to=20use?= =?UTF-8?q?=20the=20latest=20version=20and=20restore=20job=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c63c1d8f5..d93107799 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,18 +16,18 @@ jobs: python-version: '3.10' - uses: pre-commit/action@v3.0.1 - # ubc: - # name: ubc - # runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v4 - # - uses: useblocks/ubc-action@main - # with: - # version: 0.19.1 - # - name: Run 'ubc check docs' - # run: ubc check docs - # - name: Run 'ubc build index docs' - # run: ubc build index docs --show-warnings + ubc: + name: ubc + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: useblocks/ubc-action@main + with: + version: latest + - name: Run 'ubc check docs' + run: ubc check docs + - name: Run 'ubc build index docs' + run: ubc build index docs --show-warnings tests-core: name: "Core py${{ matrix.python-version }} sphinx~=${{ matrix.sphinx-version }} ${{ matrix.os }}"