fix: removed npm step from github actions

This commit is contained in:
Felipe M 2022-01-01 17:44:30 +01:00
parent 9757926ef6
commit 8c8184a78f
Signed by: fmartingr
GPG key ID: 716BC147715E716F

View file

@ -19,7 +19,6 @@ jobs:
run: | run: |
python -m pip install --upgrade poetry python -m pip install --upgrade poetry
poetry install poetry install
npm install
- name: Build - name: Build
run: make build run: make build
- name: GitHub Pages action - name: GitHub Pages action