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 /.github | |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/docs-pr.yaml | 2 |
1 files changed, 1 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: |