Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

Fix yq syntax for java/scala docs generation #1102

Merged
merged 1 commit into from
Sep 8, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ list-todos: html
# Generate the ScalaDoc and the JavaDoc, for the old versions
all_javascaladocs:
@echo "Building old java and scala docs"
(yq e '.content.sources[0].branches.*' docs-source/site.yml | xargs -n1 ./build-javascaladocs.sh)
(yq e '.content.sources[0].branches.[]' docs-source/site.yml | xargs -n1 ./build-javascaladocs.sh)

print-site:
# The result directory with the contents of this build:
Expand Down