Skip to content

Commit

Permalink
Merge pull request #1567 from maykinmedia/readthedocs-previews
Browse files Browse the repository at this point in the history
Configure GHA to generate docs preview links on readthedocs
  • Loading branch information
alextreme authored Jan 16, 2025
2 parents ccc2b8f + 4793782 commit ce4500f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/documentation-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: readthedocs/actions
on:
pull_request_target:
types:
- opened
# Execute this action only on PRs that touch
# documentation files.
paths:
- "docs/**"

permissions:
pull-requests: write

jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "open-inwoner"

0 comments on commit ce4500f

Please sign in to comment.