Skip to content

Commit

Permalink
Merge branch 'main' into abc-camera
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sasatani authored Nov 5, 2024
2 parents 7c00a9c + 56b32b7 commit 4a3abff
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 4a3abff

Please sign in to comment.