Skip to content

Commit ea5a320

Browse files
committed
Fix rebuild skill index action
1 parent 683ddc4 commit ea5a320

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

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

26+
- name: Install CLI
27+
run: npm install -g ai-devkit
28+
2629
- name: Rebuild skill index
27-
working-directory: .
2830
env:
2931
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
run: npx ai-devkit skill rebuild-index --output skills/index.json
32+
run: ai-devkit skill rebuild-index --output skills/index.json
3133

3234
- name: Check for changes
3335
id: git-check

0 commit comments

Comments
 (0)