mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fix github actions yaml error
This commit is contained in:
parent
c69f19f27d
commit
52f508f48b
1 changed files with 2 additions and 3 deletions
5
.github/workflows/deploy_fastapi_backend.yml
vendored
5
.github/workflows/deploy_fastapi_backend.yml
vendored
|
|
@ -19,9 +19,8 @@ jobs:
|
|||
|
||||
- name: Install Serverless and plugins
|
||||
run: |
|
||||
npm install -g serverless
|
||||
# npm install -g serverless-python-requirements
|
||||
npm install -g serverless-domain-manager
|
||||
npm install -g serverless
|
||||
npm install -g serverless-domain-manager
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue