Skip to content

Commit 683ddc4

Browse files
committed
Update rebuild skill index action
1 parent ab4a14f commit 683ddc4

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.github/workflows/rebuild-skill-index.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,11 @@ jobs:
2323
with:
2424
node-version: '20'
2525

26-
- name: Install CLI dependencies
27-
working-directory: packages/cli
28-
run: npm ci
29-
30-
- name: Build CLI
31-
working-directory: packages/cli
32-
run: npm run build
33-
3426
- name: Rebuild skill index
35-
working-directory: packages/cli
27+
working-directory: .
3628
env:
3729
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38-
run: node dist/cli.js skill rebuild-index --output ../../skills/index.json
30+
run: npx ai-devkit skill rebuild-index --output skills/index.json
3931

4032
- name: Check for changes
4133
id: git-check

0 commit comments

Comments
 (0)