fix CI: install awscli via apt instead of pip
Some checks failed
Deploy to S3 / deploy (push) Failing after 34s
Some checks failed
Deploy to S3 / deploy (push) Failing after 34s
This commit is contained in:
@@ -26,7 +26,7 @@ jobs:
|
||||
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
|
||||
AWS_DEFAULT_REGION: ${{ secrets.AWS_DEFAULT_REGION }}
|
||||
run: |
|
||||
pip install awscli
|
||||
apt-get update -qq && apt-get install -y -qq awscli > /dev/null
|
||||
aws s3 sync _site/ s3://${{ vars.S3_BUCKET }} --delete
|
||||
|
||||
- name: Invalidate CloudFront
|
||||
|
||||
Reference in New Issue
Block a user