From 61a5f89b1b4a4673451a38fd0f6c56046db19c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Rami=CC=81rez=20Mondrago=CC=81n?= Date: Wed, 31 Aug 2022 19:20:23 -0500 Subject: [PATCH] docs: Add docs preview links to PR description --- .github/workflows/pr-preview-links.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/pr-preview-links.yml diff --git a/.github/workflows/pr-preview-links.yml b/.github/workflows/pr-preview-links.yml new file mode 100644 index 000000000..5a7e0d326 --- /dev/null +++ b/.github/workflows/pr-preview-links.yml @@ -0,0 +1,17 @@ +name: Read the Docs Pull Request Preview + +on: + pull_request_target: + types: + - opened + +permissions: + pull-requests: write + +jobs: + pr-preview-links: + runs-on: ubuntu-latest + steps: + - uses: readthedocs/actions/preview@v1 + with: + project-slug: "meltano-sdk"