ci(site_tests): fix invalid pr path filter (#1991)

This commit is contained in:
ITOH
2022-02-03 17:17:02 -05:00
committed by GitHub
parent 9a41896918
commit 637e2c2a90
+1 -1
View File
@@ -3,7 +3,7 @@ name: Test Docusaurus build
on:
pull_request:
paths:
- "docs/**"
- "site/**"
jobs:
test-deploy: