Skip to content

Commit

Permalink
added preview for rtd build
Browse files Browse the repository at this point in the history
  • Loading branch information
bendhouseart committed Dec 26, 2023
1 parent 2244181 commit 30a7315
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: readthedocs/actions
on:
pull_request_target:
types: [opened, synchronize, reopened]
workflow_dispatch:
inputs:
debug_enabled:
type: boolean
description: 'Run the build with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)'
required: false
default: false

permissions:
pull-requests: write

jobs:
pull-request-links:
runs-on: ubuntu-latest
steps:
- name: Preview RTD
uses: readthedocs/actions/preview@v1
with:
project-slug: "pet2bids"

0 comments on commit 30a7315

Please sign in to comment.