Skip to content

Commit

Permalink
Remove npm update command from gh-pages action.
Browse files Browse the repository at this point in the history
  • Loading branch information
msporny committed Dec 17, 2024
1 parent ba6055c commit e253e98
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
- name: Generate vocabulary
run: |
npm install yml2vocab
npm update yml2vocab
./node_modules/.bin/yml2vocab -v vocab/vocabulary.yml -t vocab/template.html
rm -rf node_modules
- name: Setup Github Pages
Expand Down

0 comments on commit e253e98

Please sign in to comment.