diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2022-11-04 18:33:01 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 18:33:01 +0000 |
commit | bb39fc4366eb59464838d99a676b1620b879c2b8 (patch) | |
tree | 433826233a65647fced9b5010acac4d263e5a45b | |
parent | Upload documentation PRs to Netlify (#12947) (diff) | |
download | synapse-bb39fc4366eb59464838d99a676b1620b879c2b8.tar.xz |
Fix the trigger path for deploying documentation PRs (#14370)
This was missed from #12947
-rw-r--r-- | .github/workflows/docs-pr.yaml | 2 | ||||
-rw-r--r-- | changelog.d/14370.doc | 1 |
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. |