Skip to content

Commit

Permalink
Fixed docs:include-configuration-json-schema task
Browse files Browse the repository at this point in the history
  • Loading branch information
cmaglie committed Dec 7, 2023
1 parent 2a8bf6f commit 627ef92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ tasks:
docs:include-configuration-json-schema:
desc: Copy configuration JSON schema to make it available in documentation
cmds:
- cp ./configuration/configuration.schema.json ./docs/configuration.schema.json
- cp ./internal/cli/configuration/configuration.schema.json ./docs/configuration.schema.json

protoc:check:
desc: Perform linting of the protobuf definitions
Expand Down

0 comments on commit 627ef92

Please sign in to comment.