mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Configure readthedocs/readthedocs-preview
This commit is contained in:
parent
7af67b54b7
commit
bca2d95d02
1 changed files with 16 additions and 0 deletions
16
.github/workflows/documentation-links.yml
vendored
Normal file
16
.github/workflows/documentation-links.yml
vendored
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue