mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-08-02 07:24:21 +02:00
16 lines
310 B
YAML
16 lines
310 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: "readthedocs-preview"
|