Skip to content

CI: Fix the coverage reports artifacts not being uploaded #4

CI: Fix the coverage reports artifacts not being uploaded

CI: Fix the coverage reports artifacts not being uploaded #4

Workflow file for this run

# 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"