Skip to content

Commit 5d16e73

Browse files
rffontenellem-aciek
authored andcommitted
Create documentation-links.yml
1 parent ff75313 commit 5d16e73

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Read the Docs PR preview
2+
# Automatically edits a pull request's descriptions with a link
3+
# to the documentation's preview on Read the Docs.
4+
5+
on:
6+
pull_request_target:
7+
types:
8+
- opened
9+
10+
permissions:
11+
pull-requests: write
12+
13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
15+
cancel-in-progress: true
16+
17+
jobs:
18+
documentation-links:
19+
runs-on: ubuntu-latest
20+
steps:
21+
- uses: readthedocs/actions/preview@v1
22+
with:
23+
project-slug: "pydocs-translation-dashboard"
24+
single-version: "true"

0 commit comments

Comments
 (0)