mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 04:10:20 +03:00
have both .md and .mdx
This commit is contained in:
parent
08c7661461
commit
d5bd303b05
|
@ -10,12 +10,14 @@ trigger:
|
||||||
paths:
|
paths:
|
||||||
exclude:
|
exclude:
|
||||||
- "website/*"
|
- "website/*"
|
||||||
|
- "*.md"
|
||||||
- "*.mdx"
|
- "*.mdx"
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
pr:
|
pr:
|
||||||
paths:
|
paths:
|
||||||
exclude:
|
exclude:
|
||||||
- "website/*"
|
- "website/*"
|
||||||
|
- "*.md"
|
||||||
- "*.mdx"
|
- "*.mdx"
|
||||||
- ".github/workflows/*"
|
- ".github/workflows/*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user