We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1708e5d + 6f2f6eb commit 6f9e33aCopy full SHA for 6f9e33a
.github/workflows/reference_docs90.yml
@@ -63,9 +63,6 @@ jobs:
63
run: |
64
bundle install --path=vendor/bundle
65
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
71
- name: Commit and Push
0 commit comments