Skip to content

Commit ef8033d

Browse files
authored
Merge branch 'main' into venue
2 parents 7c11804 + 89d9aed commit ef8033d

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.github/workflows/rtd-preview.yaml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)