CI: Fix the coverage reports artifacts not being uploaded #4
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: Copyright © 2024 Idiap Research Institute <contact@idiap.ch> | |
# SPDX-FileContributor: Yannick Dayer <yannick.dayer@idiap.ch> | |
# SPDX-License-Identifier: BSD-3-Clause | |
# Inspired from https://github.com/readthedocs/actions/tree/v1/preview | |
name: doc preview | |
on: | |
pull_request_target: | |
types: | |
- opened | |
permissions: | |
pull-requests: write | |
jobs: | |
documentation-links: | |
runs-on: ubuntu-22.04 | |
steps: | |
- name: Modify the PR with a link to the new docs | |
uses: readthedocs/actions/preview@v1 | |
with: | |
project-slug: "auto-intersphinx" |