We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab4a14f commit 683ddc4Copy full SHA for 683ddc4
.github/workflows/rebuild-skill-index.yml
@@ -23,19 +23,11 @@ jobs:
23
with:
24
node-version: '20'
25
26
- - name: Install CLI dependencies
27
- working-directory: packages/cli
28
- run: npm ci
29
-
30
- - name: Build CLI
31
32
- run: npm run build
33
34
- name: Rebuild skill index
35
+ working-directory: .
36
env:
37
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38
- run: node dist/cli.js skill rebuild-index --output ../../skills/index.json
+ run: npx ai-devkit skill rebuild-index --output skills/index.json
39
40
- name: Check for changes
41
id: git-check
0 commit comments