mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-25 17:36:30 +03:00
Fix Azure ignoring website files (#12129)
* ignore all mdx files and all files in website * have both .md and .mdx * exclude everything but universe.json
This commit is contained in:
parent
e9048fd4a1
commit
de1fe8dce3
|
@ -11,13 +11,21 @@ trigger:
|
||||||
exclude:
|
exclude:
|
||||||
- "website/*"
|
- "website/*"
|
||||||
- "*.md"
|
- "*.md"
|
||||||
|
- "*.mdx"
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
pr:
|
pr:
|
||||||
paths:
|
paths:
|
||||||
exclude:
|
exclude:
|
||||||
- "*.md"
|
- "*.md"
|
||||||
|
- "*.mdx"
|
||||||
- "website/docs/*"
|
- "website/docs/*"
|
||||||
- "website/src/*"
|
- "website/src/*"
|
||||||
|
- "website/meta/*.tsx"
|
||||||
|
- "website/meta/*.mjs"
|
||||||
|
- "website/meta/languages.json"
|
||||||
|
- "website/meta/site.json"
|
||||||
|
- "website/meta/sidebars.json"
|
||||||
|
- "website/meta/type-annotations.json"
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user