From a218a7a626bfd6cd2fb946deb93a721305b7ce70 Mon Sep 17 00:00:00 2001 From: Alexander Goscinski Date: Tue, 2 May 2023 15:59:28 +0200 Subject: [PATCH] adding github action for doc preview --- .github/workflows/documentation-links.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/workflows/documentation-links.yml diff --git a/.github/workflows/documentation-links.yml b/.github/workflows/documentation-links.yml new file mode 100644 index 0000000..5149846 --- /dev/null +++ b/.github/workflows/documentation-links.yml @@ -0,0 +1,17 @@ +name: readthedocs/actions + +on: + pull_request_target: + types: + - opened + +permissions: + pull-requests: write + +jobs: + documentation-links: + runs-on: ubuntu-latest + steps: + - uses: readthedocs/actions/preview@v1 + with: + project-slug: scicode-widgets