Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Fix the trigger path for deploying documentation PRs (#14370)
Browse files Browse the repository at this point in the history
This was missed from #12947
  • Loading branch information
babolivier authored Nov 4, 2022
1 parent 79b6c19 commit bb39fc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Prepare documentation PR preview
on:
pull_request:
paths:
- docs
- docs/**

jobs:
pages:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/14370.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Upload documentation PRs to Netlify.

0 comments on commit bb39fc4

Please sign in to comment.