Skip to content

Commit 590d3df

Browse files
committed
CCM-12616: skip build docs step
1 parent 8a0b984 commit 590d3df

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/stage-3-build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141
- name: "Checkout code"
4242
uses: actions/checkout@v5
43-
- name: "Build docs"
44-
uses: ./.github/actions/build-docs
45-
with:
46-
version: "${{ inputs.version }}"
43+
# - name: "Build docs"
44+
# uses: ./.github/actions/build-docs
45+
# with:
46+
# version: "${{ inputs.version }}"

0 commit comments

Comments
 (0)