Skip to content

Commit d8479a2

Browse files
authored
Add docs dir into RECURSE ydb (#8092)
1 parent bfd4b2a commit d8479a2

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.github/workflows/docs_build.yaml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,6 @@ jobs:
1212
cancel-in-progress: true
1313
runs-on: ubuntu-latest
1414
steps:
15-
- name: Update integrated status
16-
shell: bash
17-
run: |
18-
curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
19-
https://api.github.com/repos/${{github.repository}}/statuses/${{github.event.pull_request.head.sha}} \
20-
-d '{"state":"pending","description":"Waiting for relevant checks to complete","context":"checks_integrated"}'
2115
- name: Checkout
2216
uses: actions/checkout@v3
2317
with:
@@ -27,9 +21,3 @@ jobs:
2721
with:
2822
revision: "pr-${{ github.event.pull_request.number }}-${{ github.event.pull_request.head.sha }}"
2923
src-root: "./ydb/docs"
30-
- name: Update integrated status
31-
shell: bash
32-
run: |
33-
curl -L -X POST -H "Accept: application/vnd.github+json" -H "Authorization: Bearer ${{github.token}}" -H "X-GitHub-Api-Version: 2022-11-28" \
34-
https://api.github.com/repos/${{github.repository}}/statuses/${{github.event.pull_request.head.sha}} \
35-
-d '{"state":"success","description":"All checks completed","context":"checks_integrated"}'

.github/workflows/pr_check.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ on:
66
- 'stable-*'
77
- 'stream-nb-*'
88
- '*-stable-*'
9-
paths-ignore:
10-
- 'ydb/docs/**'
119
types:
1210
- 'opened'
1311
- 'synchronize'

ydb/ya.make

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
RECURSE(
22
apps
3+
docs
34
core
45
library
56
mvp

0 commit comments

Comments
 (0)