Skip to content

Commit

Permalink
add readthedocs preview to pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
183amir committed Jul 8, 2024
1 parent 3a88661 commit c242a4b
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-22.04
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "gridtk"

0 comments on commit c242a4b

Please sign in to comment.