Skip to content

Commit

Permalink
Merge pull request #53 from Aharoni-Lab/rtd-pr-previews
Browse files Browse the repository at this point in the history
[ci] Add readthedocs preview links to PRs
  • Loading branch information
sneakers-the-rat authored Nov 5, 2024
2 parents 0455e57 + e121f52 commit 56b32b7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs-preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: readthedocs PR Preview links
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: "miniscope-io"

0 comments on commit 56b32b7

Please sign in to comment.