Configure readthedocs/readthedocs-preview

This commit is contained in:
Simon Willison 2022-08-02 16:38:02 -07:00 committed by GitHub
commit bca2d95d02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,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/readthedocs-preview@main
with:
project-slug: "datasette"