aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yml
diff options
context:
space:
mode:
authorJoe Chen <jc@unknwon.io>2022-03-25 22:12:51 +0800
committerGitHub <noreply@github.com>2022-03-25 22:12:51 +0800
commit9bce320160a772fb32e8cc5ea612937d8ad6a889 (patch)
tree9be651a6f8cb2989e46a17e29f2e91dd30560065 /Taskfile.yml
parent22fb91cff9be013123977d0acb913ed8516ddcad (diff)
Taskfile: fix incorrect sources syntax (#6874)
[skip ci]
Diffstat (limited to 'Taskfile.yml')
-rw-r--r--Taskfile.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Taskfile.yml b/Taskfile.yml
index a1dc035b..ca56c847 100644
--- a/Taskfile.yml
+++ b/Taskfile.yml
@@ -30,9 +30,9 @@ tasks:
sources:
- gogs.go
- internal/**/*.go
- - conf/**
- - public/**
- - templates/**
+ - conf/**/*
+ - public/**/*
+ - templates/**/*
generate-schemadoc:
desc: Generate database schema documentation