Skip to content

Commit

Permalink
docs: Add docs preview links to PR description (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Sep 1, 2022
1 parent 76eed0d commit 1430f7c
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/pr-preview-links.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 1430f7c

Please sign in to comment.