mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
16 lines
300 B
YAML
16 lines
300 B
YAML
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/readthedocs-preview@main
|
|
with:
|
|
project-slug: "datasette"
|