diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d42c428..58131d87 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,10 +3,18 @@ name: CI and Artifacts on: pull_request: push: - # documentation workflow deals with this + # documentation workflow deals with this or is not relevant for this workflow paths-ignore: - '*.md' + - 'conduwuit-example.toml' + - 'book.toml' + - '.gitlab-ci.yml' + - '.gitignore' + - 'renovate.json' - 'docs/**' + - 'debian/**' + - 'docker/**' + - 'test_results/**' branches: - main - dev diff --git a/README.md b/README.md index 7d5f7064..14fab289 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ If you run into any question, feel free to #### Logo -No official conduwuit logo exists. Original repo and Matrix room picture was from bran (<3). Current banner image and logo is directly from [this cohost post](https://cohost.org/RatBaby/post/1028290-finally-a-flag-for). +Original repo and Matrix room picture was from bran (<3). Current banner image and logo is directly from [this cohost post](https://cohost.org/RatBaby/post/1028290-finally-a-flag-for). #### Is it conduwuit or Conduwuit? diff --git a/book.toml b/book.toml index 2b5d0baa..8d52c75a 100644 --- a/book.toml +++ b/book.toml @@ -1,6 +1,6 @@ [book] title = "conduwuit" -description = "conduwuit, which is a fork of Conduit, is a simple, fast and reliable chat server for the Matrix protocol" +description = "conduwuit, which is a well-maintained fork of Conduit, is a simple, fast and reliable chat server for the Matrix protocol" language = "en" multilingual = false src = "docs"