We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d57ff37 commit 70a323bCopy full SHA for 70a323b
.github/workflows/documentation.yaml
@@ -5,13 +5,15 @@ on:
5
push:
6
branches:
7
- main
8
+ - renovate/**
9
+ pull_request:
10
11
jobs:
12
documentation:
13
runs-on: ubuntu-latest
14
steps:
15
# yamllint disable-line rule:line-length
- - uses: paddyroddy/.github/actions/python/pdoc@e59369bbd745ef1eae9b8327fba32a4f87ff13ca # v0
16
+ - uses: paddyroddy/.github/actions/python/pdoc@04bb8bb45214731576194b75005b94911a7116be # v0
17
with:
18
docs-dependency-section: .[docs]
19
gh-pages-publish-directory: ./html/sleplet
0 commit comments