File tree Expand file tree Collapse file tree 6 files changed +215
-224
lines changed
src/Elastic.Documentation.Site Expand file tree Collapse file tree 6 files changed +215
-224
lines changed Original file line number Diff line number Diff line change 3838 echo "full-version=${REPO_VERSION}" >> $GITHUB_OUTPUT
3939 echo "major-version=$(echo ${REPO_VERSION} | cut -d"." -f1)" >> $GITHUB_OUTPUT
4040
41- - uses : actions/setup-node@v5
41+ - uses : actions/setup-node@v6
4242 with :
4343 cache : npm
4444 cache-dependency-path : src/Elastic.Documentation.Site/package-lock.json
Original file line number Diff line number Diff line change 7777 steps :
7878 - uses : actions/checkout@v5
7979
80- - uses : actions/setup-node@v5
80+ - uses : actions/setup-node@v6
8181 with :
8282 cache : npm
8383 cache-dependency-path : src/Elastic.Documentation.Site/package-lock.json
Original file line number Diff line number Diff line change @@ -452,6 +452,10 @@ jobs:
452452 && (steps.docs-build.outputs.skip != 'true' || steps.internal-docs-build.outputs.skip != 'true')
453453 && steps.deployment.outputs.result
454454 && (steps.docs-build.outcome == 'success' || steps.internal-docs-build.outcome == 'success')
455+ env :
456+ # https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-retries.html#cli-usage-retries-configure
457+ AWS_RETRY_MODE : standard
458+ AWS_MAX_ATTEMPTS : 6
455459 run : |
456460 aws s3 sync .artifacts/docs/html "s3://elastic-docs-v3-website-preview${PATH_PREFIX}" --delete --no-follow-symlinks
457461 aws cloudfront create-invalidation \
Original file line number Diff line number Diff line change @@ -590,10 +590,10 @@ toc:
590590 path_prefix : reference/ecs/logging/ruby
591591 # Children include the entire AsciiDoc book
592592
593- # Data analysis
594- # https://github.com/elastic/docs-content/blob/main/reference/data-analysis /toc.yml
595- - toc : docs-content://reference/data-analysis
596- path_prefix : reference/data-analysis
593+ # Machine learning (FKA Data analysis)
594+ # https://github.com/elastic/docs-content/blob/main/reference/machine-learning /toc.yml
595+ - toc : docs-content://reference/machine-learning
596+ path_prefix : reference/machine-learning
597597
598598 # Search UI
599599 # https://github.com/elastic/search-ui/blob/main/docs/reference/toc.yml
You can’t perform that action at this time.
0 commit comments