From 16a126de03a240138edbb2105a38d6390264fc22 Mon Sep 17 00:00:00 2001 From: "Patrick J. Roddy" Date: Tue, 25 Jun 2024 12:24:51 +0100 Subject: [PATCH] Always build documentation --- .github/workflows/documentation.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/documentation.yaml b/.github/workflows/documentation.yaml index 48f8e107..f0fedc77 100644 --- a/.github/workflows/documentation.yaml +++ b/.github/workflows/documentation.yaml @@ -5,13 +5,15 @@ on: push: branches: - main + - renovate/** + pull_request: jobs: documentation: runs-on: ubuntu-latest steps: # yamllint disable-line rule:line-length - - uses: paddyroddy/.github/actions/python/pdoc@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0 + - uses: paddyroddy/.github/actions/python/pdoc@04bb8bb45214731576194b75005b94911a7116be # v0 with: docs-dependency-section: .[docs] gh-pages-publish-directory: ./html/sleplet