From e121f52fc11c6c6d54849262574be89ff073c1c5 Mon Sep 17 00:00:00 2001 From: sneakers-the-rat Date: Tue, 5 Nov 2024 01:29:25 -0800 Subject: [PATCH] Add readthedocs preview links to PRs --- .github/workflows/docs-preview.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/docs-preview.yml 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