From 1430f7c609c6ec3cc7425a84a6f15e73145783b0 Mon Sep 17 00:00:00 2001 From: "Edgar R. M" Date: Wed, 31 Aug 2022 22:28:54 -0500 Subject: [PATCH] docs: Add docs preview links to PR description (#942) --- .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"