Skip to content

Commit

Permalink
Action for rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulero committed Jun 28, 2024
1 parent 27d3b15 commit 382d37f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/read_the_docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .github/workflows/documentation-links.yml

name: Read the Docs
on:
pull_request_target:
types:
- opened
# Execute this action only on PRs that touch
# documentation files.
# paths:
# - "docs/**"

permissions:
pull-requests: write

jobs:
documentation-links:
runs-on: ubuntu-latest
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: "adam"

0 comments on commit 382d37f

Please sign in to comment.