Skip to content

Commit e253e98

Browse files
committed
Remove npm update command from gh-pages action.
1 parent ba6055c commit e253e98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/gh-pages.yml

-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
- name: Generate vocabulary
3333
run: |
3434
npm install yml2vocab
35-
npm update yml2vocab
3635
./node_modules/.bin/yml2vocab -v vocab/vocabulary.yml -t vocab/template.html
3736
rm -rf node_modules
3837
- name: Setup Github Pages

0 commit comments

Comments
 (0)