Skip to content

Commit

Permalink
Always build documentation (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Jun 25, 2024
1 parent d57ff37 commit 70a323b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70a323b

Please sign in to comment.