mirror of
https://github.com/simonw/datasette.git
synced 2026-05-28 12:56:18 +02:00
16 lines
287 B
YAML
16 lines
287 B
YAML
name: Read the Docs Pull Request Preview
|
|
on:
|
|
pull_request:
|
|
types:
|
|
- opened
|
|
|
|
permissions:
|
|
pull-requests: write
|
|
|
|
jobs:
|
|
documentation-links:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: readthedocs/actions/preview@v1
|
|
with:
|
|
project-slug: "datasette"
|