summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2022-08-19 15:55:18 +0300
committerJulian Berman <Julian@GrayVines.com>2022-08-19 15:55:18 +0300
commit3d05b15510094caf3d008ebe90c0403047e538f9 (patch)
treef94449abd53a4862a7a35f4380d3ceb71812bd9d /.github
parent6b3e2a9ae9241002dba0f8276afb879bb0517a35 (diff)
downloadjsonschema-3d05b15510094caf3d008ebe90c0403047e538f9.tar.gz
Try enabling readthedocs/actions/preview for PR previews.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/documentation-links.yml16
1 files changed, 16 insertions, 0 deletions
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"