Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions .github/workflows/docs-preview-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,9 @@ jobs:

- name: Generate env.PATH_PREFIX
id: generate-path-prefix
# disabled: preview path prefix is not needed on this branch
if: >
false
&& env.MATCH == 'true'
&& steps.deployment.outputs.result
env.MATCH == 'true'
&& needs.check.outputs.any_modified != 'false'
env:
PR_NUMBER: ${{ github.event.pull_request.number }}
GITHUB_REF_NAME: ${{ github.ref_name }}
Expand Down Expand Up @@ -336,13 +334,10 @@ jobs:

- name: Upload to S3
id: s3-upload
# disabled: preview uploads are not enabled on this branch
if: >
false
&& env.MATCH == 'true'
env.MATCH == 'true'
&& !cancelled()
&& steps.internal-docs-build.outputs.skip != 'true'
&& steps.deployment.outputs.result
&& steps.internal-docs-build.outcome == 'success'
env:
AWS_RETRY_MODE: standard
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ Elastic Docs V3 is our next-generation documentation platform designed to improv
* [Contribute to Elastic documentation](https://www.elastic.co/docs/contribute-docs/)
* [Learn about V3 syntax](./syntax/index.md)
* [Configure content sets in V3](./configure/index.md)
* [Explore CLI commands](./cli/index.md)
* [Contribute to V3 (developer guide)](./development/index.md)
* [Learn about migration to Elastic Docs V3](./migration/index.md)
Loading