Skip to content

Commit

Permalink
Update generate-json-index.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
callacat committed Nov 26, 2024
1 parent d67501b commit f3efdb8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/generate-json-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ jobs:
node-version: '20'

- name: 安装依赖
run: npm install
run: |
pwd
ls -l
cd .github/workflows
npm install
- name: 由Actions自动生成插件市场所需JSON索引
run: node .github/workflows/generate_index.js
Expand Down

0 comments on commit f3efdb8

Please sign in to comment.