Skip to content

Commit 8cd67b4

Browse files
committed
Simplified taskfile
1 parent dd62d63 commit 8cd67b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Taskfile.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ tasks:
243243
protoc:docs:
244244
desc: Generate docs for protobuf definitions
245245
cmds:
246-
- |
247-
buf generate --template buf.doc.gen.yaml
246+
- buf generate --template buf.doc.gen.yaml
248247

249248
docs:include-configuration-json-schema:
250249
desc: Copy configuration JSON schema to make it available in documentation

0 commit comments

Comments
 (0)