Skip to content

Wrap commands.rst and fix warning #3

Wrap commands.rst and fix warning

Wrap commands.rst and fix warning #3

name: readthedocs/actions
on:
pull_request_target:
types:
- opened
paths:
- 'docs/**'
- '.readthedocs.yml'
#- '.github/workflows/doc.yml'
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
permissions:
pull-requests: write
jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "python-docs-transifex-automation"