Skip to content

Commit 5a0b907

Browse files
authored
Update plugin_docs_test.yaml: oops
1 parent bc4b2f0 commit 5a0b907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/plugin_docs_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
path: logstash-docs
3131
- name: copy plugin doc entry to logstash-docs
3232
run: |
33-
cp plugin/docs/index.asciidoc "logstash-docs/docs/plugin/$(awk -F': ' '/:type:/{t=$2}/:plugin:/{p=$2} END{print t "s/" p}' plugin/docs/index.asciidoc).asciidoc"
33+
cp plugin/docs/index.asciidoc "logstash-docs/docs/plugins/$(awk -F': ' '/:type:/{t=$2}/:plugin:/{p=$2} END{print t "s/" p}' plugin/docs/index.asciidoc).asciidoc"
3434
- name: Build docs
3535
run: ./docs/build_docs --respect_edit_url_overrides --doc logstash/docs/index.asciidoc --resource=logstash-docs/docs/ --chunk 1

0 commit comments

Comments
 (0)