We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 683ddc4 commit ea5a320Copy full SHA for ea5a320
.github/workflows/rebuild-skill-index.yml
@@ -23,11 +23,13 @@ jobs:
23
with:
24
node-version: '20'
25
26
+ - name: Install CLI
27
+ run: npm install -g ai-devkit
28
+
29
- name: Rebuild skill index
- working-directory: .
30
env:
31
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npx ai-devkit skill rebuild-index --output skills/index.json
32
+ run: ai-devkit skill rebuild-index --output skills/index.json
33
34
- name: Check for changes
35
id: git-check
0 commit comments