We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5780e97 + 7ea3f68 commit 0776214Copy full SHA for 0776214
1 file changed
.github/workflows/pr-preview-links.yml
@@ -0,0 +1,22 @@
1
+name: Read the Docs PR preview
2
+
3
+on:
4
+ pull_request_target:
5
+ types:
6
+ - opened
7
8
+permissions:
9
+ contents: read
10
+ pull-requests: write
11
12
+concurrency:
13
+ group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
14
+ cancel-in-progress: true
15
16
+jobs:
17
+ documentation-links:
18
+ runs-on: ubuntu-latest
19
+ steps:
20
+ - uses: readthedocs/actions/preview@v1
21
+ with:
22
+ project-slug: "python-packaging-user-guide"
0 commit comments