Skip to content

Commit 79c14f4

Browse files
build: remove outdated docs hint (#2931)
`build-docs` deploys documentation so no additional step is necessary Followup on #2736 Signed-off-by: Alexander Yastrebov <[email protected]>
1 parent 92e14cf commit 79c14f4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

delivery.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,6 @@ pipeline:
113113
- desc: build docs
114114
cmd: |
115115
build-docs
116-
117-
if [[ $CDP_TARGET_BRANCH == master && ! $CDP_PULL_REQUEST_NUMBER ]]; then
118-
echo "Please update the docs with: mkdocs gh-deploy"
119-
fi
120116
artifacts:
121117
- type: docs
122118
name: skipper

0 commit comments

Comments
 (0)