Skip to content

Commit ba35dfc

Browse files
authored
Research: Plugin docgen without docbuild (#1839)
Add back step to prepare doc updates for pushing
1 parent 4b01410 commit ba35dfc

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/reference_docs90.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,9 @@ jobs:
6363
run: |
6464
bundle install --path=vendor/bundle
6565
bundle exec ruby plugindocs.rb --skip-existing --output-path ../logstash-docs ../logstash/plugins_version_docs.json
66-
- name: Build docs
67-
working-directory: ./logstash-docs
68-
run: ../docs/build_docs --asciidoctor --respect_edit_url_overrides --doc docs/plugins/index.asciidoc --chunk 1
69-
- run: echo "T=$(date +%s)" >> $GITHUB_ENV
70-
- run: echo "BRANCH=update_docs_${T}" >> $GITHUB_ENV
66+
- name: Prepare doc updates
67+
- run: echo "T=$(date +%s)" >> $GITHUB_ENV
68+
- run: echo "BRANCH=update_docs_${T}" >> $GITHUB_ENV
7169
- name: Commit and Push
7270
working-directory: ./logstash-docs
7371
run: |

0 commit comments

Comments
 (0)