| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1,17 @@ | |||
| 1 | + name: Read the Docs PR preview | ||
| 2 | + on: | ||
| 3 | + pull_request_target: | ||
| 4 | + types: | ||
| 5 | + - opened | ||
| 6 | + | ||
| 7 | + permissions: | ||
| 8 | + pull-requests: write | ||
| 9 | + | ||
| 10 | + jobs: | ||
| 11 | + documentation-links: | ||
| 12 | + runs-on: ubuntu-latest | ||
| 13 | + steps: | ||
| 14 | + - uses: readthedocs/actions/preview@v1 | ||
| 15 | + with: | ||
| 16 | + project-slug: "cpython-devguide" | ||
| 17 | + single-version: "true" | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments