mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-24 09:54:31 +02:00
Refs: - https://github.com/readthedocs/readthedocs-preview/issues/10 - https://github.com/simonw/sqlite-utils/pull/460
16 lines
303 B
YAML
16 lines
303 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: "sqlite-utils"
|