fix: removed npm step from github actions
This commit is contained in:
parent
9757926ef6
commit
8c8184a78f
1 changed files with 24 additions and 25 deletions
1
.github/workflows/deploy.yml
vendored
1
.github/workflows/deploy.yml
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue