From 382d37f42d6f5b1466ff0d7d2e472fd6d2db0e14 Mon Sep 17 00:00:00 2001 From: giulero Date: Fri, 28 Jun 2024 18:18:07 +0200 Subject: [PATCH] Action for rtd --- .github/workflows/read_the_docs.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/read_the_docs.yml diff --git a/.github/workflows/read_the_docs.yml b/.github/workflows/read_the_docs.yml new file mode 100644 index 00000000..e712f286 --- /dev/null +++ b/.github/workflows/read_the_docs.yml @@ -0,0 +1,22 @@ +# .github/workflows/documentation-links.yml + +name: Read the Docs +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-latest + steps: + - uses: readthedocs/actions/preview@v1 + with: + project-slug: "adam"