Skip to content

Commit a5a96d9

Browse files
authored
[docs] backport #19159 to stable-25-1 (#19267)
2 parents d2cc715 + e261722 commit a5a96d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/docs_build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ jobs:
2121
with:
2222
revision: "pr-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}"
2323
src-root: "./ydb/docs"
24+
cli-version: stable

.github/workflows/docs_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
with:
2626
revision: "${{ github.sha }}"
2727
src-root: ${{ vars.SRC_ROOT }}
28+
cli-version: stable
2829

2930
upload:
3031
needs: build

0 commit comments

Comments
 (0)