aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorIvan Blinkov <ivan@ydb.tech>2023-11-15 19:16:05 +0300
committerblinkov <blinkov@yandex-team.com>2023-11-15 20:54:42 +0300
commit5db4a2cb3147f0d8b7cd0535e27477b2a023ef87 (patch)
treed4e20e49c12582bf402b616715030b64211fc268 /.github/workflows
parent74b9f490cb9b078ae8675a7aa0947657371e294b (diff)
downloadydb-5db4a2cb3147f0d8b7cd0535e27477b2a023ef87.tar.gz
update docs_build.yaml
update docs_build.yaml Pull Request resolved: https://github.com/ydb-platform/ydb/pull/443
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/docs_build.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/docs_build.yaml b/.github/workflows/docs_build.yaml
index 33fda02da1..e33641ba1d 100644
--- a/.github/workflows/docs_build.yaml
+++ b/.github/workflows/docs_build.yaml
@@ -14,5 +14,5 @@ jobs:
- name: Build
uses: diplodoc-platform/docs-build-action@v3
with:
- revision: "pr-${{ github.event.pull_request.number }}"
- src-root: ${{ vars.SRC_ROOT }}
+ revision: "pr-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}"
+ src-root: "./ydb/docs"