2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/docs-pr.yaml b/.github/workflows/docs-pr.yaml
index 1910e72fe2..ebe352f220 100644
--- a/.github/workflows/docs-pr.yaml
+++ b/.github/workflows/docs-pr.yaml
@@ -3,7 +3,7 @@ name: Prepare documentation PR preview
on:
pull_request:
paths:
- - docs
+ - docs/**
jobs:
pages:
diff --git a/changelog.d/14370.doc b/changelog.d/14370.doc
new file mode 100644
index 0000000000..5319e9ad4f
--- /dev/null
+++ b/changelog.d/14370.doc
@@ -0,0 +1 @@
+Upload documentation PRs to Netlify.
|