Skip to content

chore: test readthedocs with docs changes #25

chore: test readthedocs with docs changes

chore: test readthedocs with docs changes #25

name: Read the Docs Pull Request Preview
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
documentation-links:
runs-on: ubuntu-22.04
steps:
- uses: readthedocs/actions/preview@cc0920454cf03ca8a3fbd3cbaa2ce2e509e70636 # v1.2
with:
project-slug: ss-python
on:
pull_request_target:
types:
- opened
paths:
- docs/**
- README.md
permissions:
pull-requests: write