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.
1 parent 4b01410 commit ba35dfcCopy full SHA for ba35dfc
.github/workflows/reference_docs90.yml
@@ -63,11 +63,9 @@ 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
+ - name: Prepare doc updates
+ - run: echo "T=$(date +%s)" >> $GITHUB_ENV
+ - run: echo "BRANCH=update_docs_${T}" >> $GITHUB_ENV
71
- name: Commit and Push
72
working-directory: ./logstash-docs
73
0 commit comments