Skip to content

Commit 5bd92b6

Browse files
authored
ENH - Add RTD preview action (#27)
1 parent d69288d commit 5bd92b6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/rtd-preview.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Add a link to the documentation preview in the PR description.
2+
3+
name: rtd preview link
4+
on:
5+
pull_request_target:
6+
types:
7+
- opened
8+
9+
permissions:
10+
pull-requests: write
11+
12+
jobs:
13+
documentation-links:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: readthedocs/actions/preview@v1
17+
with:
18+
project-slug: "bokeh-a11y-audit"

0 commit comments

Comments
 (0)