Skip to content

Commit

Permalink
Merge pull request #780 from sgibson91/autolink-rtd-previews
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Nov 28, 2023
2 parents b372f7c + 491fc78 commit 4aa6705
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/autolink-readthedocs-previews-to-prs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Add readthedocs preview link to pull requests

on:
pull_request_target:

jobs:
autolink-rtd-previews:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "2i2c-team-compass"

0 comments on commit 4aa6705

Please sign in to comment.