There was an error while loading. Please reload this page.
2 parents 7c11804 + 89d9aed commit ef8033dCopy full SHA for ef8033d
1 file changed
.github/workflows/rtd-preview.yaml
@@ -0,0 +1,19 @@
1
+name: Read the Docs PR preview
2
+on:
3
+ pull_request_target:
4
+ types:
5
+ - opened
6
+ workflow_dispatch:
7
+
8
+permissions:
9
+ pull-requests: write
10
11
+jobs:
12
+ documentation-links:
13
+ runs-on: ubuntu-latest
14
+ steps:
15
+ - uses: readthedocs/actions/preview@v1.5
16
+ with:
17
+ project-slug: "python-pizza-istanbul"
18
+ single-version: "true"
19
+ single-language: "true"
0 commit comments