Skip to content

chore(readme): fix the tests GitHub actions badge. #3

chore(readme): fix the tests GitHub actions badge.

chore(readme): fix the tests GitHub actions badge. #3

Workflow file for this run

# SPDX-FileCopyrightText: Copyright © 2024 Idiap Research Institute <[email protected]>
# SPDX-FileContributor: Yannick Dayer <[email protected]>
# SPDX-License-Identifier: BSD-3-Clause
# Inspired from https://github.com/readthedocs/actions/tree/v1/preview
name: Documentation preview on readthedocs for Pull Requests
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: "clapper"