summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorBenjamin Brahmer <info@b-brahmer.de>2022-03-09 14:19:56 +0100
committerBenjamin Brahmer <info@b-brahmer.de>2022-03-09 14:51:33 +0100
commit5d93e1fcc4e693fad15b70b1ad8f1b857e3d3326 (patch)
tree9ec8b4bb82842f1497e5c4f4a3e5151cc5131dd7 /.github/workflows
parent59979b73a7e05feaf31794fdb6f381b81976e49f (diff)
fix regex for docs building
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/documentation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index be0469acd..9b7022748 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -4,7 +4,7 @@ on:
branches:
- master
paths:
- - 'docs/*'
+ - 'docs/**'
jobs:
build: