Skip to content

Commit

Permalink
Update index-api.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeSCahill authored Nov 6, 2023
1 parent ce7caf6 commit 55e80cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/index-api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
node-version: '18'

- name: Install dependencies
run: cd script && npm install
run: cd scripts && npm install

- name: Run indexing script
run: node scripts/index-api.js
Expand Down

0 comments on commit 55e80cd

Please sign in to comment.