mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Fix the trigger path for deploying documentation PRs (#14370)
This was missed from #12947
This commit is contained in:
parent
79b6c19321
commit
bb39fc4366
2
.github/workflows/docs-pr.yaml
vendored
2
.github/workflows/docs-pr.yaml
vendored
@ -3,7 +3,7 @@ name: Prepare documentation PR preview
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- docs
|
- docs/**
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
pages:
|
pages:
|
||||||
|
1
changelog.d/14370.doc
Normal file
1
changelog.d/14370.doc
Normal file
@ -0,0 +1 @@
|
|||||||
|
Upload documentation PRs to Netlify.
|
Loading…
Reference in New Issue
Block a user