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
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
|
@ -2,7 +2,7 @@ name: Build pages
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue