Skip to content

Commit

Permalink
run .aws.sh netlify
Browse files Browse the repository at this point in the history
  • Loading branch information
alishakodibagkar committed May 5, 2021
1 parent 49147a9 commit c8835f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
publish = "docs/_build/html/"

# Default build command.
command = "pip install -U pip setuptools; pip install -r docs/requirements.txt; pip install -e .; cd docs; make html; cd .."
command = "bash ./.aws.sh; pip install -U pip setuptools; pip install -r docs/requirements.txt; pip install -e .; cd docs; make html; cd .."
# sudo apt-get update; sudo apt-get install python3.8 python3-pip;

# Directory with the serverless Lambda functions to deploy to AWS.
Expand Down

0 comments on commit c8835f7

Please sign in to comment.