From 3d05b15510094caf3d008ebe90c0403047e538f9 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Fri, 19 Aug 2022 15:55:18 +0300 Subject: Try enabling readthedocs/actions/preview for PR previews. --- .github/workflows/documentation-links.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/documentation-links.yml (limited to '.github') diff --git a/.github/workflows/documentation-links.yml b/.github/workflows/documentation-links.yml new file mode 100644 index 0000000..5757faf --- /dev/null +++ b/.github/workflows/documentation-links.yml @@ -0,0 +1,16 @@ +name: Read the Docs Pull Request Preview +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: "python-jsonschema" -- cgit v1.2.1