.github/workflows/ci.yml 🔗
@@ -13,7 +13,7 @@ on:
branches:
- "**"
paths-ignore:
- - "docs/**"
+ - "docs/**/*"
- ".github/workflows/community_*"
concurrency:
Peter Tripp created
Release Notes:
- N/A
.github/workflows/ci.yml | 2 +-
a.py | 0
docs/book.toml | 1 +
3 files changed, 2 insertions(+), 1 deletion(-)
@@ -13,7 +13,7 @@ on:
branches:
- "**"
paths-ignore:
- - "docs/**"
+ - "docs/**/*"
- ".github/workflows/community_*"
concurrency:
@@ -24,6 +24,7 @@ enable = false
"/language-model-integration.html" = "/docs/assistant/assistant.html"
"/assistant.html" = "/docs/assistant/assistant.html"
"/developing-zed.html" = "/docs/development.html"
+"/conversations.html" = "/community-links"
# Our custom preprocessor for expanding commands like `{#kb action::ActionName}`,
# and other docs-related functions.