diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e78b24255c..bdae692f27 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ on: branches: - "**" paths-ignore: - - "docs/**" + - "docs/**/*" - ".github/workflows/community_*" concurrency: diff --git a/a.py b/a.py new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/book.toml b/docs/book.toml index fbf55ef90a..f65bdb5fa7 100644 --- a/docs/book.toml +++ b/docs/book.toml @@ -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.