diff --git a/.github/workflows/docs-preview.yml b/.github/workflows/docs-preview.yml new file mode 100644 index 0000000..d9b3905 --- /dev/null +++ b/.github/workflows/docs-preview.yml @@ -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" \ No newline at end of file