Fix the trigger path for deploying documentation PRs (#14370)

This was missed from #12947
This commit is contained in:
Brendan Abolivier
2022-11-04 18:33:01 +00:00
committed by GitHub
parent 79b6c19321
commit bb39fc4366
2 changed files with 2 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ name: Prepare documentation PR preview
on:
pull_request:
paths:
- docs
- docs/**
jobs:
pages: