fix regex for docs building

Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
This commit is contained in:
Benjamin Brahmer 2022-03-09 14:19:56 +01:00
parent 59979b73a7
commit 5d93e1fcc4
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
branches:
- master
paths:
- 'docs/*'
- 'docs/**'
jobs:
build:

View File

@ -1,6 +1,6 @@
# External API v2 (Draft)
**Disclaimer:** this API has not been fully implemented yet.
**Disclaimer:** this API has not been fully implemented yet, help is welcome.
The **News app** offers a RESTful API which can be used to sync folders, feeds and items. The API also supports [CORS](https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS) which means that you can access the API from your browser using JavaScript.