fix(config): replace deprecated pkgutil.get_loader #1
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: 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: 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: "clapper" |