Updating pyproject python versioning #29
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: readthedocs-preview | |
on: | |
# Runs when pull requests are opened that affect the docs or the lock file | |
pull_request_target: | |
types: | |
- opened | |
paths: | |
- "docs/**" | |
- poetry.lock | |
permissions: | |
pull-requests: write | |
jobs: | |
# Adds a link to the preview of the docs on readthedocs to the pull request description | |
pull-request-links: | |
runs-on: ubuntu-22.04 | |
steps: | |
- uses: readthedocs/actions/preview@v1 | |
with: | |
project-slug: "pycytominer" |