misc docs updates and ci path-ignore again
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e8508d16e1
commit
b0de16bf5a
|
@ -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
|
||||
|
|
|
@ -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?
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue