Skip to content

Commit

Permalink
Add readthedocs preview (#777)
Browse files Browse the repository at this point in the history
* Add the ReadTheDocs PR

* Activate PR target conditions
  • Loading branch information
filimarc committed Nov 29, 2023
1 parent 802f360 commit e367d19
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/preview
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: "bsb"

0 comments on commit e367d19

Please sign in to comment.