diff options
author | Ivan Blinkov <ivan@ydb.tech> | 2023-11-15 19:16:05 +0300 |
---|---|---|
committer | blinkov <blinkov@yandex-team.com> | 2023-11-15 20:54:42 +0300 |
commit | 5db4a2cb3147f0d8b7cd0535e27477b2a023ef87 (patch) | |
tree | d4e20e49c12582bf402b616715030b64211fc268 /.github/workflows | |
parent | 74b9f490cb9b078ae8675a7aa0947657371e294b (diff) | |
download | ydb-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.yaml | 4 |
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" |