mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
This commit is contained in:
22
.github/workflows/documentation-links.yml
vendored
22
.github/workflows/documentation-links.yml
vendored
@@ -1,22 +0,0 @@
|
||||
# .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"
|
||||
Reference in New Issue
Block a user