Skip to content

Commit

Permalink
Add RTD link preview
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoV94 committed Jun 11, 2024
1 parent c0881ea commit 34af1d0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/rtd-link-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Read the Docs Pull Request Preview
on:
pull_request_target:
types:
- opened

permissions:
pull-requests: write

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

0 comments on commit 34af1d0

Please sign in to comment.