From 1856002e3c0fcc9f09f72ab7d97ad8c75f6de7df Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Tue, 2 Aug 2022 09:02:43 -0700 Subject: [PATCH] readthedocs/readthedocs-preview Tip from https://twitter.com/readthedocs/status/1552354156056395778 --- .github/workflows/documentation-links.yml | 16 ++++++++++++++++ 1 file changed, 16 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..4010a44 --- /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/readthedocs-preview@main + with: + project-slug: "readthedocs-preview"