Skip to content

Commit 70a323b

Browse files
authored
Always build documentation (#393)
1 parent d57ff37 commit 70a323b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/documentation.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,15 @@ on:
55
push:
66
branches:
77
- main
8+
- renovate/**
9+
pull_request:
810

911
jobs:
1012
documentation:
1113
runs-on: ubuntu-latest
1214
steps:
1315
# yamllint disable-line rule:line-length
14-
- uses: paddyroddy/.github/actions/python/pdoc@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
16+
- uses: paddyroddy/.github/actions/python/pdoc@04bb8bb45214731576194b75005b94911a7116be # v0
1517
with:
1618
docs-dependency-section: .[docs]
1719
gh-pages-publish-directory: ./html/sleplet

0 commit comments

Comments
 (0)