Skip to content

chore(release): 3.0.1 #2

chore(release): 3.0.1

chore(release): 3.0.1 #2

Workflow file for this run

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