Skip to content

Commit 4152022

Browse files
committed
chore: remove submodule checkout and MCP API docs build step from npm publish workflow
1 parent ce819a7 commit 4152022

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/npm-publish.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ jobs:
1212

1313
steps:
1414
- uses: actions/checkout@v2
15-
with:
16-
submodules: false
1715
- uses: actions/setup-node@v2
1816
with:
1917
node-version: 20
@@ -30,11 +28,6 @@ jobs:
3028
npm run build-pack
3129
node scripts/build-task.js
3230
33-
- name: Build MCP API docs
34-
run: |
35-
cd packages/igniteui-mcp/igniteui-doc-mcp
36-
npm run build:docs:all
37-
3831
- name: Define npm tag
3932
run: |
4033
if [[ ${VERSION} == *"alpha"* || ${VERSION} == *"beta"* || ${VERSION} == *"rc"* ]]; then echo "NPM_TAG=next"; else echo "NPM_TAG=latest"; fi >> $GITHUB_ENV

0 commit comments

Comments
 (0)