Skip to content

ENH: Add GHA workflow to report documentation build status on PRs #1

ENH: Add GHA workflow to report documentation build status on PRs

ENH: Add GHA workflow to report documentation build status on PRs #1

Workflow file for this run

name: documentation
on: [push, pull_request]
permissions:
pull-requests: write
jobs:
pr-preview-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "tractolearn"