Skip to content

Commit

Permalink
Build documentation preview upon opening a pull request (#7217)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertiewooster committed Mar 7, 2024
1 parent 84f8186 commit bdb900d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/documentation-links.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# .github/workflows/documentation-links.yml

name: readthedocs/actions
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: "rdkit"

0 comments on commit bdb900d

Please sign in to comment.