mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 01:44:31 +02:00
readthedocs/readthedocs-preview
Tip from https://twitter.com/readthedocs/status/1552354156056395778
This commit is contained in:
parent
1acc04c071
commit
1856002e3c
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: "readthedocs-preview"
|
||||
Loading…
Add table
Add a link
Reference in a new issue