Skip to content

Commit 2c4f9b9

Browse files
committed
remove: eliminate LLMs verification step from CI workflow to streamline build process
1 parent 8f24561 commit 2c4f9b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ jobs:
2727
run: npm ci
2828
- name: Build website with LLMs generation
2929
run: npm run build:llms-fixed
30-
- name: Verify LLMs files
31-
run: npm run check-llms
3230
- name: Upload Build Artifact
3331
uses: actions/upload-pages-artifact@v3
3432
with:

0 commit comments

Comments
 (0)