Skip to content

Commit

Permalink
Update plugin_docs_test.yaml: oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jsvd authored Jan 9, 2025
1 parent bc4b2f0 commit 5a0b907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/plugin_docs_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
path: logstash-docs
- name: copy plugin doc entry to logstash-docs
run: |
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"
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"
- name: Build docs
run: ./docs/build_docs --respect_edit_url_overrides --doc logstash/docs/index.asciidoc --resource=logstash-docs/docs/ --chunk 1

0 comments on commit 5a0b907

Please sign in to comment.