mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +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
|
- name: Install Serverless and plugins
|
||||||
run: |
|
run: |
|
||||||
npm install -g serverless
|
npm install -g serverless
|
||||||
# npm install -g serverless-python-requirements
|
npm install -g serverless-domain-manager
|
||||||
npm install -g serverless-domain-manager
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue