summaryrefslogtreecommitdiff
path: root/.github/workflows/documentation-links.yml
blob: 5757faf4787a95a47495b95d66a790abf5bf0b42 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: Read the Docs Pull Request Preview
on:
  pull_request_target:
    types:
      - opened

permissions:
  pull-requests: write

jobs:
  documentation-links:
    runs-on: ubuntu-latest
    steps:
      - uses: readthedocs/actions/preview@v1
        with:
          project-slug: "python-jsonschema"