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
1 changed files with 24 additions and 25 deletions

View File

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