ci: fix the 'deploy' workflow for dists on github. #3
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
# SPDX-FileCopyrightText: 2024 Idiap Research Institute <[email protected]> | |
# SPDX-FileContributor: Amir Mohammadi <[email protected]> | |
# | |
# SPDX-License-Identifier: GPL-3.0-or-later | |
name: readthedocs preview | |
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-22.04 | |
steps: | |
- uses: readthedocs/actions/preview@v1 | |
with: | |
project-slug: "gridtk" |